Shades of Kelly Green #66CA20
Tints of Kelly Green #66CA20
RGB
CMYK
RGB Variations
Color information
#66CA20 (or 0x66CA20) is known color: Kelly Green. HEX triplet: 66, CA and 20. RGB value is (102,202,32). Sum of RGB (Red+Green+Blue) = 102+202+32=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA20 is #9935DF. Grayscale: #999999. Windows color (decimal): -10040800 or 2148966. OLE color: 2148966.
HSL color Cylindrical-coordinate representation of color #66CA20: hue angle of 95.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66CA20 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 32 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.21 |
| HSL | 95.29º | 0.73% | 0.46% | - |
| HSV(B) | 95.29º | 0.84% | 0.79% | - |
| XYZ | 26.86 | 45.17 | 8.67 | - |
| YUV | 152.72 | 59.87 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 32 | 0.50 | 0 | 0.84 | 0.21 | 95.29 | 0.73 | 0.46 |
| Hex | 66 | CA | 20 | 32 | 0 | 54 | 15 | 5F | 49 | 2E |
| Octal | 146 | 312 | 40 | 62 | 0 | 124 | 25 | 137 | 111 | 56 |
| Binary | 1100110 | 11001010 | 100000 | 110010 | 0 | 1010100 | 10101 | 1011111 | 1001001 | 101110 |
Color Harmonies of #66CA20
Complementary color
Monochromatic Colors of #66CA20
Black with #66CA20
Text Example
Text Example
White with #66CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA20; }
p { color: rgb(102,202,32); }
H1.HeaderClassName
{
color: #66CA20;
}
.AnyTagClassName
{
color: #66CA20;
}
</style>
background-color css
<style>
a { background-color: #66CA20; }
a { background-color: rgb(102,202,32); }
div.DivClassName
{
background-color: #66CA20;
}
.BgClassName
{
background-color: #66CA20;
}
</style>
border-color css
<style>
span { border-color: #66CA20; }
span { border-color: rgb(102,202,32); }
td.TdClassName
{
border-color: #66CA20;
}
.TagClassName
{
border-color: #66CA20;
}
</style>