Shades of Kelly Green #64D725
Tints of Kelly Green #64D725
RGB
CMYK
RGB Variations
Color information
#64D725 (or 0x64D725) is known color: Kelly Green. HEX triplet: 64, D7 and 25. RGB value is (100,215,37). Sum of RGB (Red+Green+Blue) = 100+215+37=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #64D725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D725 is #9B28DA. Grayscale: #A0A0A0. Windows color (decimal): -10168539 or 2479972. OLE color: 2479972.
HSL color Cylindrical-coordinate representation of color #64D725: hue angle of 98.76º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64D725 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 37 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.16 |
| HSL | 98.76º | 0.71% | 0.49% | - |
| HSV(B) | 98.76º | 0.83% | 0.84% | - |
| XYZ | 29.89 | 51.44 | 10.1 | - |
| YUV | 160.32 | 58.4 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 37 | 0.53 | 0 | 0.83 | 0.16 | 98.76 | 0.71 | 0.49 |
| Hex | 64 | D7 | 25 | 35 | 0 | 53 | 10 | 63 | 47 | 31 |
| Octal | 144 | 327 | 45 | 65 | 0 | 123 | 20 | 143 | 107 | 61 |
| Binary | 1100100 | 11010111 | 100101 | 110101 | 0 | 1010011 | 10000 | 1100011 | 1000111 | 110001 |
Color Harmonies of #64D725
Complementary color
Monochromatic Colors of #64D725
Black with #64D725
Text Example
Text Example
White with #64D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D725; }
p { color: rgb(100,215,37); }
H1.HeaderClassName
{
color: #64D725;
}
.AnyTagClassName
{
color: #64D725;
}
</style>
background-color css
<style>
a { background-color: #64D725; }
a { background-color: rgb(100,215,37); }
div.DivClassName
{
background-color: #64D725;
}
.BgClassName
{
background-color: #64D725;
}
</style>
border-color css
<style>
span { border-color: #64D725; }
span { border-color: rgb(100,215,37); }
td.TdClassName
{
border-color: #64D725;
}
.TagClassName
{
border-color: #64D725;
}
</style>