Shades of Kelly Green #66C902
Tints of Kelly Green #66C902
RGB
CMYK
RGB Variations
Color information
#66C902 (or 0x66C902) is known color: Kelly Green. HEX triplet: 66, C9 and 02. RGB value is (102,201,2). Sum of RGB (Red+Green+Blue) = 102+201+2=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #66C902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C902 is #9936FD. Grayscale: #959595. Windows color (decimal): -10041086 or 182630. OLE color: 182630.
HSL color Cylindrical-coordinate representation of color #66C902: hue angle of 89.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66C902 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 201 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.21 |
| HSL | 89.85º | 0.98% | 0.4% | - |
| HSV(B) | 89.85º | 0.99% | 0.79% | - |
| XYZ | 26.38 | 44.6 | 7.28 | - |
| YUV | 148.71 | 45.2 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 201 | 2 | 0.49 | 0 | 0.99 | 0.21 | 89.85 | 0.98 | 0.4 |
| Hex | 66 | C9 | 2 | 31 | 0 | 63 | 15 | 5A | 62 | 28 |
| Octal | 146 | 311 | 2 | 61 | 0 | 143 | 25 | 132 | 142 | 50 |
| Binary | 1100110 | 11001001 | 10 | 110001 | 0 | 1100011 | 10101 | 1011010 | 1100010 | 101000 |
Color Harmonies of #66C902
Complementary color
Monochromatic Colors of #66C902
Black with #66C902
Text Example
Text Example
White with #66C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C902; }
p { color: rgb(102,201,2); }
H1.HeaderClassName
{
color: #66C902;
}
.AnyTagClassName
{
color: #66C902;
}
</style>
background-color css
<style>
a { background-color: #66C902; }
a { background-color: rgb(102,201,2); }
div.DivClassName
{
background-color: #66C902;
}
.BgClassName
{
background-color: #66C902;
}
</style>
border-color css
<style>
span { border-color: #66C902; }
span { border-color: rgb(102,201,2); }
td.TdClassName
{
border-color: #66C902;
}
.TagClassName
{
border-color: #66C902;
}
</style>