#66C900

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

Shades of Kelly Green #66C900

Tints of Kelly Green #66C900

Color information

#66C900 (or 0x66C900) is unknown color: approx Kelly Green. HEX triplet: 66, C9 and 00. RGB value is (102,201,0). Sum of RGB (Red+Green+Blue) = 102+201+0=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #66C900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C900 is #9936FF. Grayscale: #959595. Windows color (decimal): -10041088 or 51558. OLE color: 51558.

HSL color Cylindrical-coordinate representation of color #66C900: hue angle of 89.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66C900 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB1022010-
CMYK0.49010.21
HSL89.55º100%39.41%-
HSV(B)89.55º100%78.82%-
XYZ26.3744.67.22-
YUV148.4844.294.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 201 (78.91% from 255) = 66.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.66%
G=66.34%
B=0%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10220100.49010.2189.5510039.41
Hex66C9031064155a6427
Octal14631106101442513214447
Binary1100110110010010110001011001001010110110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,201,0); }

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

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

 a { background-color: rgb(102,201,0); }

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

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

 span { border-color: rgb(102,201,0); }

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