Shades of Kelly Green #66D519
Tints of Kelly Green #66D519
RGB
CMYK
RGB Variations
Color information
#66D519 (or 0x66D519) is known color: Kelly Green. HEX triplet: 66, D5 and 19. RGB value is (102,213,25). Sum of RGB (Red+Green+Blue) = 102+213+25=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #66D519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D519 is #992AE6. Grayscale: #9F9F9F. Windows color (decimal): -10037991 or 1693030. OLE color: 1693030.
HSL color Cylindrical-coordinate representation of color #66D519: hue angle of 95.43º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66D519 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 25 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.16 |
| HSL | 95.43º | 0.79% | 0.47% | - |
| HSV(B) | 95.43º | 0.88% | 0.84% | - |
| XYZ | 29.45 | 50.48 | 9.11 | - |
| YUV | 158.38 | 52.73 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 25 | 0.52 | 0 | 0.88 | 0.16 | 95.43 | 0.79 | 0.47 |
| Hex | 66 | D5 | 19 | 34 | 0 | 58 | 10 | 5F | 4F | 2F |
| Octal | 146 | 325 | 31 | 64 | 0 | 130 | 20 | 137 | 117 | 57 |
| Binary | 1100110 | 11010101 | 11001 | 110100 | 0 | 1011000 | 10000 | 1011111 | 1001111 | 101111 |
Color Harmonies of #66D519
Complementary color
Monochromatic Colors of #66D519
Black with #66D519
Text Example
Text Example
White with #66D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D519; }
p { color: rgb(102,213,25); }
H1.HeaderClassName
{
color: #66D519;
}
.AnyTagClassName
{
color: #66D519;
}
</style>
background-color css
<style>
a { background-color: #66D519; }
a { background-color: rgb(102,213,25); }
div.DivClassName
{
background-color: #66D519;
}
.BgClassName
{
background-color: #66D519;
}
</style>
border-color css
<style>
span { border-color: #66D519; }
span { border-color: rgb(102,213,25); }
td.TdClassName
{
border-color: #66D519;
}
.TagClassName
{
border-color: #66D519;
}
</style>