Shades of Kelly Green #64C728
Tints of Kelly Green #64C728
RGB
CMYK
RGB Variations
Color information
#64C728 (or 0x64C728) is known color: Kelly Green. HEX triplet: 64, C7 and 28. RGB value is (100,199,40). Sum of RGB (Red+Green+Blue) = 100+199+40=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #64C728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C728 is #9B38D7. Grayscale: #979797. Windows color (decimal): -10172632 or 2672484. OLE color: 2672484.
HSL color Cylindrical-coordinate representation of color #64C728: hue angle of 97.36º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64C728 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 199 | 40 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.22 |
| HSL | 97.36º | 0.67% | 0.47% | - |
| HSV(B) | 97.36º | 0.8% | 0.78% | - |
| XYZ | 26.06 | 43.71 | 9.07 | - |
| YUV | 151.27 | 65.2 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 40 | 0.50 | 0 | 0.80 | 0.22 | 97.36 | 0.67 | 0.47 |
| Hex | 64 | C7 | 28 | 32 | 0 | 50 | 16 | 61 | 43 | 2F |
| Octal | 144 | 307 | 50 | 62 | 0 | 120 | 26 | 141 | 103 | 57 |
| Binary | 1100100 | 11000111 | 101000 | 110010 | 0 | 1010000 | 10110 | 1100001 | 1000011 | 101111 |
Color Harmonies of #64C728
Complementary color
Monochromatic Colors of #64C728
Black with #64C728
Text Example
Text Example
White with #64C728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C728; }
p { color: rgb(100,199,40); }
H1.HeaderClassName
{
color: #64C728;
}
.AnyTagClassName
{
color: #64C728;
}
</style>
background-color css
<style>
a { background-color: #64C728; }
a { background-color: rgb(100,199,40); }
div.DivClassName
{
background-color: #64C728;
}
.BgClassName
{
background-color: #64C728;
}
</style>
border-color css
<style>
span { border-color: #64C728; }
span { border-color: rgb(100,199,40); }
td.TdClassName
{
border-color: #64C728;
}
.TagClassName
{
border-color: #64C728;
}
</style>