Shades of Kelly Green #64DA28
Tints of Kelly Green #64DA28
RGB
CMYK
RGB Variations
Color information
#64DA28 (or 0x64DA28) is known color: Kelly Green. HEX triplet: 64, DA and 28. RGB value is (100,218,40). Sum of RGB (Red+Green+Blue) = 100+218+40=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 218 (85.55% from 255 or 60.89% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA28 is #9B25D7. Grayscale: #A3A3A3. Windows color (decimal): -10167768 or 2677348. OLE color: 2677348.
HSL color Cylindrical-coordinate representation of color #64DA28: hue angle of 99.78º 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 #64DA28 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 40 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.15 |
| HSL | 99.78º | 0.71% | 0.51% | - |
| HSV(B) | 99.78º | 0.82% | 0.85% | - |
| XYZ | 30.71 | 53.01 | 10.62 | - |
| YUV | 162.43 | 58.91 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 40 | 0.54 | 0 | 0.82 | 0.15 | 99.78 | 0.71 | 0.51 |
| Hex | 64 | DA | 28 | 36 | 0 | 52 | F | 64 | 47 | 33 |
| Octal | 144 | 332 | 50 | 66 | 0 | 122 | 17 | 144 | 107 | 63 |
| Binary | 1100100 | 11011010 | 101000 | 110110 | 0 | 1010010 | 1111 | 1100100 | 1000111 | 110011 |
Color Harmonies of #64DA28
Complementary color
Monochromatic Colors of #64DA28
Black with #64DA28
Text Example
Text Example
White with #64DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA28; }
p { color: rgb(100,218,40); }
H1.HeaderClassName
{
color: #64DA28;
}
.AnyTagClassName
{
color: #64DA28;
}
</style>
background-color css
<style>
a { background-color: #64DA28; }
a { background-color: rgb(100,218,40); }
div.DivClassName
{
background-color: #64DA28;
}
.BgClassName
{
background-color: #64DA28;
}
</style>
border-color css
<style>
span { border-color: #64DA28; }
span { border-color: rgb(100,218,40); }
td.TdClassName
{
border-color: #64DA28;
}
.TagClassName
{
border-color: #64DA28;
}
</style>