Shades of Kelly Green #64D82A
Tints of Kelly Green #64D82A
RGB
CMYK
RGB Variations
Color information
#64D82A (or 0x64D82A) is known color: Kelly Green. HEX triplet: 64, D8 and 2A. RGB value is (100,216,42). Sum of RGB (Red+Green+Blue) = 100+216+42=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #64D82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D82A is #9B27D5. Grayscale: #A2A2A2. Windows color (decimal): -10168278 or 2807908. OLE color: 2807908.
HSL color Cylindrical-coordinate representation of color #64D82A: hue angle of 100º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64D82A is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 42 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.15 |
| HSL | 100º | 0.69% | 0.51% | - |
| HSV(B) | 100º | 0.81% | 0.85% | - |
| XYZ | 30.23 | 51.99 | 10.63 | - |
| YUV | 161.48 | 60.57 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 42 | 0.54 | 0 | 0.81 | 0.15 | 100 | 0.69 | 0.51 |
| Hex | 64 | D8 | 2A | 36 | 0 | 51 | F | 64 | 45 | 33 |
| Octal | 144 | 330 | 52 | 66 | 0 | 121 | 17 | 144 | 105 | 63 |
| Binary | 1100100 | 11011000 | 101010 | 110110 | 0 | 1010001 | 1111 | 1100100 | 1000101 | 110011 |
Color Harmonies of #64D82A
Complementary color
Monochromatic Colors of #64D82A
Black with #64D82A
Text Example
Text Example
White with #64D82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D82A; }
p { color: rgb(100,216,42); }
H1.HeaderClassName
{
color: #64D82A;
}
.AnyTagClassName
{
color: #64D82A;
}
</style>
background-color css
<style>
a { background-color: #64D82A; }
a { background-color: rgb(100,216,42); }
div.DivClassName
{
background-color: #64D82A;
}
.BgClassName
{
background-color: #64D82A;
}
</style>
border-color css
<style>
span { border-color: #64D82A; }
span { border-color: rgb(100,216,42); }
td.TdClassName
{
border-color: #64D82A;
}
.TagClassName
{
border-color: #64D82A;
}
</style>