Shades of Kelly Green #66D51E
Tints of Kelly Green #66D51E
RGB
CMYK
RGB Variations
Color information
#66D51E (or 0x66D51E) is known color: Kelly Green. HEX triplet: 66, D5 and 1E. RGB value is (102,213,30). Sum of RGB (Red+Green+Blue) = 102+213+30=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #66D51E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D51E is #992AE1. Grayscale: #9F9F9F. Windows color (decimal): -10037986 or 2020710. OLE color: 2020710.
HSL color Cylindrical-coordinate representation of color #66D51E: hue angle of 96.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66D51E is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 30 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.16 |
| HSL | 96.39º | 0.75% | 0.48% | - |
| HSV(B) | 96.39º | 0.86% | 0.84% | - |
| XYZ | 29.51 | 50.51 | 9.42 | - |
| YUV | 158.95 | 55.23 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 30 | 0.52 | 0 | 0.86 | 0.16 | 96.39 | 0.75 | 0.48 |
| Hex | 66 | D5 | 1E | 34 | 0 | 56 | 10 | 60 | 4B | 30 |
| Octal | 146 | 325 | 36 | 64 | 0 | 126 | 20 | 140 | 113 | 60 |
| Binary | 1100110 | 11010101 | 11110 | 110100 | 0 | 1010110 | 10000 | 1100000 | 1001011 | 110000 |
Color Harmonies of #66D51E
Complementary color
Monochromatic Colors of #66D51E
Black with #66D51E
Text Example
Text Example
White with #66D51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D51E; }
p { color: rgb(102,213,30); }
H1.HeaderClassName
{
color: #66D51E;
}
.AnyTagClassName
{
color: #66D51E;
}
</style>
background-color css
<style>
a { background-color: #66D51E; }
a { background-color: rgb(102,213,30); }
div.DivClassName
{
background-color: #66D51E;
}
.BgClassName
{
background-color: #66D51E;
}
</style>
border-color css
<style>
span { border-color: #66D51E; }
span { border-color: rgb(102,213,30); }
td.TdClassName
{
border-color: #66D51E;
}
.TagClassName
{
border-color: #66D51E;
}
</style>