Shades of Kelly Green #66CC02
Tints of Kelly Green #66CC02
RGB
CMYK
RGB Variations
Color information
#66CC02 (or 0x66CC02) is known color: Kelly Green. HEX triplet: 66, CC and 02. RGB value is (102,204,2). Sum of RGB (Red+Green+Blue) = 102+204+2=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CC02 is #9933FD. Grayscale: #979797. Windows color (decimal): -10040318 or 183398. OLE color: 183398.
HSL color Cylindrical-coordinate representation of color #66CC02: hue angle of 90.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66CC02 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 2 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.2 |
| HSL | 90.3º | 0.98% | 0.4% | - |
| HSV(B) | 90.3º | 0.99% | 0.8% | - |
| XYZ | 27.08 | 46.01 | 7.51 | - |
| YUV | 150.47 | 44.21 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 2 | 0.5 | 0 | 0.99 | 0.2 | 90.3 | 0.98 | 0.4 |
| Hex | 66 | CC | 2 | 32 | 0 | 63 | 14 | 5A | 62 | 28 |
| Octal | 146 | 314 | 2 | 62 | 0 | 143 | 24 | 132 | 142 | 50 |
| Binary | 1100110 | 11001100 | 10 | 110010 | 0 | 1100011 | 10100 | 1011010 | 1100010 | 101000 |
Color Harmonies of #66CC02
Complementary color
Monochromatic Colors of #66CC02
Black with #66CC02
Text Example
Text Example
White with #66CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC02; }
p { color: rgb(102,204,2); }
H1.HeaderClassName
{
color: #66CC02;
}
.AnyTagClassName
{
color: #66CC02;
}
</style>
background-color css
<style>
a { background-color: #66CC02; }
a { background-color: rgb(102,204,2); }
div.DivClassName
{
background-color: #66CC02;
}
.BgClassName
{
background-color: #66CC02;
}
</style>
border-color css
<style>
span { border-color: #66CC02; }
span { border-color: rgb(102,204,2); }
td.TdClassName
{
border-color: #66CC02;
}
.TagClassName
{
border-color: #66CC02;
}
</style>