Shades of Kelly Green #66CA06
Tints of Kelly Green #66CA06
RGB
CMYK
RGB Variations
Color information
#66CA06 (or 0x66CA06) is known color: Kelly Green. HEX triplet: 66, CA and 06. RGB value is (102,202,6). Sum of RGB (Red+Green+Blue) = 102+202+6=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CA06 is #9935F9. Grayscale: #969696. Windows color (decimal): -10040826 or 445030. OLE color: 445030.
HSL color Cylindrical-coordinate representation of color #66CA06: hue angle of 90.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66CA06 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 6 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.21 |
| HSL | 90.61º | 0.94% | 0.41% | - |
| HSV(B) | 90.61º | 0.97% | 0.79% | - |
| XYZ | 26.63 | 45.08 | 7.47 | - |
| YUV | 149.76 | 46.87 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 6 | 0.50 | 0 | 0.97 | 0.21 | 90.61 | 0.94 | 0.41 |
| Hex | 66 | CA | 6 | 32 | 0 | 61 | 15 | 5B | 5E | 29 |
| Octal | 146 | 312 | 6 | 62 | 0 | 141 | 25 | 133 | 136 | 51 |
| Binary | 1100110 | 11001010 | 110 | 110010 | 0 | 1100001 | 10101 | 1011011 | 1011110 | 101001 |
Color Harmonies of #66CA06
Complementary color
Monochromatic Colors of #66CA06
Black with #66CA06
Text Example
Text Example
White with #66CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA06; }
p { color: rgb(102,202,6); }
H1.HeaderClassName
{
color: #66CA06;
}
.AnyTagClassName
{
color: #66CA06;
}
</style>
background-color css
<style>
a { background-color: #66CA06; }
a { background-color: rgb(102,202,6); }
div.DivClassName
{
background-color: #66CA06;
}
.BgClassName
{
background-color: #66CA06;
}
</style>
border-color css
<style>
span { border-color: #66CA06; }
span { border-color: rgb(102,202,6); }
td.TdClassName
{
border-color: #66CA06;
}
.TagClassName
{
border-color: #66CA06;
}
</style>