Shades of Kelly Green #66DA28
Tints of Kelly Green #66DA28
RGB
CMYK
RGB Variations
Color information
#66DA28 (or 0x66DA28) is known color: Kelly Green. HEX triplet: 66, DA and 28. RGB value is (102,218,40). Sum of RGB (Red+Green+Blue) = 102+218+40=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DA28 is #9925D7. Grayscale: #A3A3A3. Windows color (decimal): -10036696 or 2677350. OLE color: 2677350.
HSL color Cylindrical-coordinate representation of color #66DA28: hue angle of 99.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66DA28 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 40 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.15 |
| HSL | 99.1º | 0.71% | 0.51% | - |
| HSV(B) | 99.1º | 0.82% | 0.85% | - |
| XYZ | 30.93 | 53.12 | 10.63 | - |
| YUV | 163.02 | 58.57 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 40 | 0.53 | 0 | 0.82 | 0.15 | 99.1 | 0.71 | 0.51 |
| Hex | 66 | DA | 28 | 35 | 0 | 52 | F | 63 | 47 | 33 |
| Octal | 146 | 332 | 50 | 65 | 0 | 122 | 17 | 143 | 107 | 63 |
| Binary | 1100110 | 11011010 | 101000 | 110101 | 0 | 1010010 | 1111 | 1100011 | 1000111 | 110011 |
Color Harmonies of #66DA28
Complementary color
Monochromatic Colors of #66DA28
Black with #66DA28
Text Example
Text Example
White with #66DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA28; }
p { color: rgb(102,218,40); }
H1.HeaderClassName
{
color: #66DA28;
}
.AnyTagClassName
{
color: #66DA28;
}
</style>
background-color css
<style>
a { background-color: #66DA28; }
a { background-color: rgb(102,218,40); }
div.DivClassName
{
background-color: #66DA28;
}
.BgClassName
{
background-color: #66DA28;
}
</style>
border-color css
<style>
span { border-color: #66DA28; }
span { border-color: rgb(102,218,40); }
td.TdClassName
{
border-color: #66DA28;
}
.TagClassName
{
border-color: #66DA28;
}
</style>