Shades of Kelly Green #66CF0F
Tints of Kelly Green #66CF0F
RGB
CMYK
RGB Variations
Color information
#66CF0F (or 0x66CF0F) is known color: Kelly Green. HEX triplet: 66, CF and 0F. RGB value is (102,207,15). Sum of RGB (Red+Green+Blue) = 102+207+15=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CF0F is #9930F0. Grayscale: #9A9A9A. Windows color (decimal): -10039537 or 1036134. OLE color: 1036134.
HSL color Cylindrical-coordinate representation of color #66CF0F: hue angle of 92.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66CF0F is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 15 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.19 |
| HSL | 92.81º | 0.86% | 0.44% | - |
| HSV(B) | 92.81º | 0.93% | 0.81% | - |
| XYZ | 27.88 | 47.48 | 8.15 | - |
| YUV | 153.72 | 49.71 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 15 | 0.51 | 0 | 0.93 | 0.19 | 92.81 | 0.86 | 0.44 |
| Hex | 66 | CF | F | 33 | 0 | 5D | 13 | 5D | 56 | 2C |
| Octal | 146 | 317 | 17 | 63 | 0 | 135 | 23 | 135 | 126 | 54 |
| Binary | 1100110 | 11001111 | 1111 | 110011 | 0 | 1011101 | 10011 | 1011101 | 1010110 | 101100 |
Color Harmonies of #66CF0F
Complementary color
Monochromatic Colors of #66CF0F
Black with #66CF0F
Text Example
Text Example
White with #66CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF0F; }
p { color: rgb(102,207,15); }
H1.HeaderClassName
{
color: #66CF0F;
}
.AnyTagClassName
{
color: #66CF0F;
}
</style>
background-color css
<style>
a { background-color: #66CF0F; }
a { background-color: rgb(102,207,15); }
div.DivClassName
{
background-color: #66CF0F;
}
.BgClassName
{
background-color: #66CF0F;
}
</style>
border-color css
<style>
span { border-color: #66CF0F; }
span { border-color: rgb(102,207,15); }
td.TdClassName
{
border-color: #66CF0F;
}
.TagClassName
{
border-color: #66CF0F;
}
</style>