Shades of Kelly Green #66CF08
Tints of Kelly Green #66CF08
RGB
CMYK
RGB Variations
Color information
#66CF08 (or 0x66CF08) is known color: Kelly Green. HEX triplet: 66, CF and 08. RGB value is (102,207,8). Sum of RGB (Red+Green+Blue) = 102+207+8=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CF08 is #9930F7. Grayscale: #999999. Windows color (decimal): -10039544 or 577382. OLE color: 577382.
HSL color Cylindrical-coordinate representation of color #66CF08: hue angle of 91.66º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66CF08 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 8 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.19 |
| HSL | 91.66º | 0.93% | 0.42% | - |
| HSV(B) | 91.66º | 0.96% | 0.81% | - |
| XYZ | 27.84 | 47.47 | 7.92 | - |
| YUV | 152.92 | 46.21 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 8 | 0.51 | 0 | 0.96 | 0.19 | 91.66 | 0.93 | 0.42 |
| Hex | 66 | CF | 8 | 33 | 0 | 60 | 13 | 5C | 5D | 2A |
| Octal | 146 | 317 | 10 | 63 | 0 | 140 | 23 | 134 | 135 | 52 |
| Binary | 1100110 | 11001111 | 1000 | 110011 | 0 | 1100000 | 10011 | 1011100 | 1011101 | 101010 |
Color Harmonies of #66CF08
Complementary color
Monochromatic Colors of #66CF08
Black with #66CF08
Text Example
Text Example
White with #66CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF08; }
p { color: rgb(102,207,8); }
H1.HeaderClassName
{
color: #66CF08;
}
.AnyTagClassName
{
color: #66CF08;
}
</style>
background-color css
<style>
a { background-color: #66CF08; }
a { background-color: rgb(102,207,8); }
div.DivClassName
{
background-color: #66CF08;
}
.BgClassName
{
background-color: #66CF08;
}
</style>
border-color css
<style>
span { border-color: #66CF08; }
span { border-color: rgb(102,207,8); }
td.TdClassName
{
border-color: #66CF08;
}
.TagClassName
{
border-color: #66CF08;
}
</style>