Shades of Kelly Green #66D613
Tints of Kelly Green #66D613
RGB
CMYK
RGB Variations
Color information
#66D613 (or 0x66D613) is known color: Kelly Green. HEX triplet: 66, D6 and 13. RGB value is (102,214,19). Sum of RGB (Red+Green+Blue) = 102+214+19=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #66D613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D613 is #9929EC. Grayscale: #9E9E9E. Windows color (decimal): -10037741 or 1300070. OLE color: 1300070.
HSL color Cylindrical-coordinate representation of color #66D613: hue angle of 94.46º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66D613 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 19 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.16 |
| HSL | 94.46º | 0.84% | 0.46% | - |
| HSV(B) | 94.46º | 0.91% | 0.84% | - |
| XYZ | 29.64 | 50.96 | 8.89 | - |
| YUV | 158.28 | 49.39 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 19 | 0.52 | 0 | 0.91 | 0.16 | 94.46 | 0.84 | 0.46 |
| Hex | 66 | D6 | 13 | 34 | 0 | 5B | 10 | 5E | 54 | 2E |
| Octal | 146 | 326 | 23 | 64 | 0 | 133 | 20 | 136 | 124 | 56 |
| Binary | 1100110 | 11010110 | 10011 | 110100 | 0 | 1011011 | 10000 | 1011110 | 1010100 | 101110 |
Color Harmonies of #66D613
Complementary color
Monochromatic Colors of #66D613
Black with #66D613
Text Example
Text Example
White with #66D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D613; }
p { color: rgb(102,214,19); }
H1.HeaderClassName
{
color: #66D613;
}
.AnyTagClassName
{
color: #66D613;
}
</style>
background-color css
<style>
a { background-color: #66D613; }
a { background-color: rgb(102,214,19); }
div.DivClassName
{
background-color: #66D613;
}
.BgClassName
{
background-color: #66D613;
}
</style>
border-color css
<style>
span { border-color: #66D613; }
span { border-color: rgb(102,214,19); }
td.TdClassName
{
border-color: #66D613;
}
.TagClassName
{
border-color: #66D613;
}
</style>