Shades of Kelly Green #64E32C
Tints of Kelly Green #64E32C
RGB
CMYK
RGB Variations
Color information
#64E32C (or 0x64E32C) is known color: Kelly Green. HEX triplet: 64, E3 and 2C. RGB value is (100,227,44). Sum of RGB (Red+Green+Blue) = 100+227+44=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #64E32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E32C is #9B1CD3. Grayscale: #A8A8A8. Windows color (decimal): -10165460 or 2941796. OLE color: 2941796.
HSL color Cylindrical-coordinate representation of color #64E32C: hue angle of 101.64º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64E32C is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 44 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.11 |
| HSL | 101.64º | 0.77% | 0.53% | - |
| HSV(B) | 101.64º | 0.81% | 0.89% | - |
| XYZ | 33.18 | 57.83 | 11.8 | - |
| YUV | 168.17 | 57.92 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 44 | 0.56 | 0 | 0.81 | 0.11 | 101.64 | 0.77 | 0.53 |
| Hex | 64 | E3 | 2C | 38 | 0 | 51 | B | 66 | 4D | 35 |
| Octal | 144 | 343 | 54 | 70 | 0 | 121 | 13 | 146 | 115 | 65 |
| Binary | 1100100 | 11100011 | 101100 | 111000 | 0 | 1010001 | 1011 | 1100110 | 1001101 | 110101 |
Color Harmonies of #64E32C
Complementary color
Monochromatic Colors of #64E32C
Black with #64E32C
Text Example
Text Example
White with #64E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E32C; }
p { color: rgb(100,227,44); }
H1.HeaderClassName
{
color: #64E32C;
}
.AnyTagClassName
{
color: #64E32C;
}
</style>
background-color css
<style>
a { background-color: #64E32C; }
a { background-color: rgb(100,227,44); }
div.DivClassName
{
background-color: #64E32C;
}
.BgClassName
{
background-color: #64E32C;
}
</style>
border-color css
<style>
span { border-color: #64E32C; }
span { border-color: rgb(100,227,44); }
td.TdClassName
{
border-color: #64E32C;
}
.TagClassName
{
border-color: #64E32C;
}
</style>