Shades of Kelly Green #66CA07
Tints of Kelly Green #66CA07
RGB
CMYK
RGB Variations
Color information
#66CA07 (or 0x66CA07) is known color: Kelly Green. HEX triplet: 66, CA and 07. RGB value is (102,202,7). Sum of RGB (Red+Green+Blue) = 102+202+7=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CA07 is #9935F8. Grayscale: #969696. Windows color (decimal): -10040825 or 510566. OLE color: 510566.
HSL color Cylindrical-coordinate representation of color #66CA07: hue angle of 90.77º degrees, saturation: 0.93, 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 #66CA07 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 7 | - |
| CMYK | 0.50 | 0 | 0.97 | 0.21 |
| HSL | 90.77º | 0.93% | 0.41% | - |
| HSV(B) | 90.77º | 0.97% | 0.79% | - |
| XYZ | 26.64 | 45.08 | 7.5 | - |
| YUV | 149.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 7 | 0.50 | 0 | 0.97 | 0.21 | 90.77 | 0.93 | 0.41 |
| Hex | 66 | CA | 7 | 32 | 0 | 61 | 15 | 5B | 5D | 29 |
| Octal | 146 | 312 | 7 | 62 | 0 | 141 | 25 | 133 | 135 | 51 |
| Binary | 1100110 | 11001010 | 111 | 110010 | 0 | 1100001 | 10101 | 1011011 | 1011101 | 101001 |
Color Harmonies of #66CA07
Complementary color
Monochromatic Colors of #66CA07
Black with #66CA07
Text Example
Text Example
White with #66CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA07; }
p { color: rgb(102,202,7); }
H1.HeaderClassName
{
color: #66CA07;
}
.AnyTagClassName
{
color: #66CA07;
}
</style>
background-color css
<style>
a { background-color: #66CA07; }
a { background-color: rgb(102,202,7); }
div.DivClassName
{
background-color: #66CA07;
}
.BgClassName
{
background-color: #66CA07;
}
</style>
border-color css
<style>
span { border-color: #66CA07; }
span { border-color: rgb(102,202,7); }
td.TdClassName
{
border-color: #66CA07;
}
.TagClassName
{
border-color: #66CA07;
}
</style>