#66D504

Color #66D504 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #66D504

Tints of Bright Green #66D504

Color information

#66D504 (or 0x66D504) is unknown color: approx Bright Green. HEX triplet: 66, D5 and 04. RGB value is (102,213,4). Sum of RGB (Red+Green+Blue) = 102+213+4=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #66D504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D504 is #992AFB. Grayscale: #9C9C9C. Windows color (decimal): -10038012 or 316774. OLE color: 316774.

HSL color Cylindrical-coordinate representation of color #66D504: hue angle of 91.87º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66D504 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB1022134-
CMYK0.5200.980.16
HSL91.87º96.31%42.55%-
HSV(B)91.87º98.12%83.53%-
XYZ29.350.428.3-
YUV155.9842.2389.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 213 (83.59% from 255) = 66.77%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=31.97%
G=66.77%
B=1.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10221340.5200.980.1691.8796.3142.55
Hex66D5434062105c602b
Octal14632546401422013414053
Binary110011011010101100110100011000101000010111001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66D504; }

 p { color: rgb(102,213,4); }

 H1.HeaderClassName
 {
   color: #66D504;
 }
 .AnyTagClassName
 {
   color: #66D504;
 }
</style>
background-color css

<style>
 a { background-color: #66D504; }

 a { background-color: rgb(102,213,4); }

 div.DivClassName
 {
   background-color: #66D504;
 }
 .BgClassName
 {
   background-color: #66D504;
 }
</style>
border-color css

<style>
 span { border-color: #66D504; }

 span { border-color: rgb(102,213,4); }

 td.TdClassName
 {
   border-color: #66D504;
 }
 .TagClassName
 {
   border-color: #66D504;
 }
</style>