Shades of Kelly Green #66CA19
Tints of Kelly Green #66CA19
RGB
CMYK
RGB Variations
Color information
#66CA19 (or 0x66CA19) is known color: Kelly Green. HEX triplet: 66, CA and 19. RGB value is (102,202,25). Sum of RGB (Red+Green+Blue) = 102+202+25=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CA19 is #9935E6. Grayscale: #989898. Windows color (decimal): -10040807 or 1690214. OLE color: 1690214.
HSL color Cylindrical-coordinate representation of color #66CA19: hue angle of 93.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66CA19 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 25 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.21 |
| HSL | 93.9º | 0.78% | 0.45% | - |
| HSV(B) | 93.9º | 0.88% | 0.79% | - |
| XYZ | 26.78 | 45.14 | 8.22 | - |
| YUV | 151.92 | 56.37 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 25 | 0.50 | 0 | 0.88 | 0.21 | 93.9 | 0.78 | 0.45 |
| Hex | 66 | CA | 19 | 32 | 0 | 58 | 15 | 5E | 4E | 2D |
| Octal | 146 | 312 | 31 | 62 | 0 | 130 | 25 | 136 | 116 | 55 |
| Binary | 1100110 | 11001010 | 11001 | 110010 | 0 | 1011000 | 10101 | 1011110 | 1001110 | 101101 |
Color Harmonies of #66CA19
Complementary color
Monochromatic Colors of #66CA19
Black with #66CA19
Text Example
Text Example
White with #66CA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA19; }
p { color: rgb(102,202,25); }
H1.HeaderClassName
{
color: #66CA19;
}
.AnyTagClassName
{
color: #66CA19;
}
</style>
background-color css
<style>
a { background-color: #66CA19; }
a { background-color: rgb(102,202,25); }
div.DivClassName
{
background-color: #66CA19;
}
.BgClassName
{
background-color: #66CA19;
}
</style>
border-color css
<style>
span { border-color: #66CA19; }
span { border-color: rgb(102,202,25); }
td.TdClassName
{
border-color: #66CA19;
}
.TagClassName
{
border-color: #66CA19;
}
</style>