Shades of Kelly Green #64CC28
Tints of Kelly Green #64CC28
RGB
CMYK
RGB Variations
Color information
#64CC28 (or 0x64CC28) is known color: Kelly Green. HEX triplet: 64, CC and 28. RGB value is (100,204,40). Sum of RGB (Red+Green+Blue) = 100+204+40=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CC28 is #9B33D7. Grayscale: #9A9A9A. Windows color (decimal): -10171352 or 2673764. OLE color: 2673764.
HSL color Cylindrical-coordinate representation of color #64CC28: hue angle of 98.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64CC28 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 40 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.2 |
| HSL | 98.05º | 0.67% | 0.48% | - |
| HSV(B) | 98.05º | 0.8% | 0.8% | - |
| XYZ | 27.23 | 46.05 | 9.46 | - |
| YUV | 154.21 | 63.54 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 40 | 0.51 | 0 | 0.80 | 0.2 | 98.05 | 0.67 | 0.48 |
| Hex | 64 | CC | 28 | 33 | 0 | 50 | 14 | 62 | 43 | 30 |
| Octal | 144 | 314 | 50 | 63 | 0 | 120 | 24 | 142 | 103 | 60 |
| Binary | 1100100 | 11001100 | 101000 | 110011 | 0 | 1010000 | 10100 | 1100010 | 1000011 | 110000 |
Color Harmonies of #64CC28
Complementary color
Monochromatic Colors of #64CC28
Black with #64CC28
Text Example
Text Example
White with #64CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC28; }
p { color: rgb(100,204,40); }
H1.HeaderClassName
{
color: #64CC28;
}
.AnyTagClassName
{
color: #64CC28;
}
</style>
background-color css
<style>
a { background-color: #64CC28; }
a { background-color: rgb(100,204,40); }
div.DivClassName
{
background-color: #64CC28;
}
.BgClassName
{
background-color: #64CC28;
}
</style>
border-color css
<style>
span { border-color: #64CC28; }
span { border-color: rgb(100,204,40); }
td.TdClassName
{
border-color: #64CC28;
}
.TagClassName
{
border-color: #64CC28;
}
</style>