Shades of Kelly Green #66C502
Tints of Kelly Green #66C502
RGB
CMYK
RGB Variations
Color information
#66C502 (or 0x66C502) is known color: Kelly Green. HEX triplet: 66, C5 and 02. RGB value is (102,197,2). Sum of RGB (Red+Green+Blue) = 102+197+2=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #66C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C502 is #993AFD. Grayscale: #939393. Windows color (decimal): -10042110 or 181606. OLE color: 181606.
HSL color Cylindrical-coordinate representation of color #66C502: hue angle of 89.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66C502 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.23 |
| HSL | 89.23º | 0.98% | 0.39% | - |
| HSV(B) | 89.23º | 0.99% | 0.77% | - |
| XYZ | 25.46 | 42.76 | 6.97 | - |
| YUV | 146.37 | 46.53 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 2 | 0.48 | 0 | 0.99 | 0.23 | 89.23 | 0.98 | 0.39 |
| Hex | 66 | C5 | 2 | 30 | 0 | 63 | 17 | 59 | 62 | 27 |
| Octal | 146 | 305 | 2 | 60 | 0 | 143 | 27 | 131 | 142 | 47 |
| Binary | 1100110 | 11000101 | 10 | 110000 | 0 | 1100011 | 10111 | 1011001 | 1100010 | 100111 |
Color Harmonies of #66C502
Complementary color
Monochromatic Colors of #66C502
Black with #66C502
Text Example
Text Example
White with #66C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C502; }
p { color: rgb(102,197,2); }
H1.HeaderClassName
{
color: #66C502;
}
.AnyTagClassName
{
color: #66C502;
}
</style>
background-color css
<style>
a { background-color: #66C502; }
a { background-color: rgb(102,197,2); }
div.DivClassName
{
background-color: #66C502;
}
.BgClassName
{
background-color: #66C502;
}
</style>
border-color css
<style>
span { border-color: #66C502; }
span { border-color: rgb(102,197,2); }
td.TdClassName
{
border-color: #66C502;
}
.TagClassName
{
border-color: #66C502;
}
</style>