Shades of Kelly Green #64C625
Tints of Kelly Green #64C625
RGB
CMYK
RGB Variations
Color information
#64C625 (or 0x64C625) is known color: Kelly Green. HEX triplet: 64, C6 and 25. RGB value is (100,198,37). Sum of RGB (Red+Green+Blue) = 100+198+37=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #64C625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C625 is #9B39DA. Grayscale: #969696. Windows color (decimal): -10172891 or 2475620. OLE color: 2475620.
HSL color Cylindrical-coordinate representation of color #64C625: hue angle of 96.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64C625 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 37 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.22 |
| HSL | 96.52º | 0.69% | 0.46% | - |
| HSV(B) | 96.52º | 0.81% | 0.78% | - |
| XYZ | 25.78 | 43.23 | 8.74 | - |
| YUV | 150.34 | 64.03 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 37 | 0.49 | 0 | 0.81 | 0.22 | 96.52 | 0.69 | 0.46 |
| Hex | 64 | C6 | 25 | 31 | 0 | 51 | 16 | 61 | 45 | 2E |
| Octal | 144 | 306 | 45 | 61 | 0 | 121 | 26 | 141 | 105 | 56 |
| Binary | 1100100 | 11000110 | 100101 | 110001 | 0 | 1010001 | 10110 | 1100001 | 1000101 | 101110 |
Color Harmonies of #64C625
Complementary color
Monochromatic Colors of #64C625
Black with #64C625
Text Example
Text Example
White with #64C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C625; }
p { color: rgb(100,198,37); }
H1.HeaderClassName
{
color: #64C625;
}
.AnyTagClassName
{
color: #64C625;
}
</style>
background-color css
<style>
a { background-color: #64C625; }
a { background-color: rgb(100,198,37); }
div.DivClassName
{
background-color: #64C625;
}
.BgClassName
{
background-color: #64C625;
}
</style>
border-color css
<style>
span { border-color: #64C625; }
span { border-color: rgb(100,198,37); }
td.TdClassName
{
border-color: #64C625;
}
.TagClassName
{
border-color: #64C625;
}
</style>