Shades of Kelly Green #66CF00
Tints of Kelly Green #66CF00
RGB
CMYK
RGB Variations
Color information
#66CF00 (or 0x66CF00) is known color: Kelly Green. HEX triplet: 66, CF and 00. RGB value is (102,207,0). Sum of RGB (Red+Green+Blue) = 102+207+0=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 207 (81.25% from 255 or 66.99% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CF00 is #9930FF. Grayscale: #989898. Windows color (decimal): -10039552 or 53094. OLE color: 53094.
HSL color Cylindrical-coordinate representation of color #66CF00: hue angle of 90.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66CF00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.19 |
| HSL | 90.43º | 1% | 0.41% | - |
| HSV(B) | 90.43º | 1% | 0.81% | - |
| XYZ | 27.79 | 47.45 | 7.69 | - |
| YUV | 152.01 | 42.21 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 0 | 0.51 | 0 | 1 | 0.19 | 90.43 | 1 | 0.41 |
| Hex | 66 | CF | 0 | 33 | 0 | 64 | 13 | 5A | 64 | 29 |
| Octal | 146 | 317 | 0 | 63 | 0 | 144 | 23 | 132 | 144 | 51 |
| Binary | 1100110 | 11001111 | 0 | 110011 | 0 | 1100100 | 10011 | 1011010 | 1100100 | 101001 |
Color Harmonies of #66CF00
Complementary color
Monochromatic Colors of #66CF00
Black with #66CF00
Text Example
Text Example
White with #66CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF00; }
p { color: rgb(102,207,0); }
H1.HeaderClassName
{
color: #66CF00;
}
.AnyTagClassName
{
color: #66CF00;
}
</style>
background-color css
<style>
a { background-color: #66CF00; }
a { background-color: rgb(102,207,0); }
div.DivClassName
{
background-color: #66CF00;
}
.BgClassName
{
background-color: #66CF00;
}
</style>
border-color css
<style>
span { border-color: #66CF00; }
span { border-color: rgb(102,207,0); }
td.TdClassName
{
border-color: #66CF00;
}
.TagClassName
{
border-color: #66CF00;
}
</style>