Shades of Kelly Green #64D022
Tints of Kelly Green #64D022
RGB
CMYK
RGB Variations
Color information
#64D022 (or 0x64D022) is known color: Kelly Green. HEX triplet: 64, D0 and 22. RGB value is (100,208,34). Sum of RGB (Red+Green+Blue) = 100+208+34=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #64D022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D022 is #9B2FDD. Grayscale: #9C9C9C. Windows color (decimal): -10170334 or 2281572. OLE color: 2281572.
HSL color Cylindrical-coordinate representation of color #64D022: hue angle of 97.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64D022 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 208 | 34 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.18 |
| HSL | 97.24º | 0.72% | 0.47% | - |
| HSV(B) | 97.24º | 0.84% | 0.82% | - |
| XYZ | 28.1 | 47.94 | 9.29 | - |
| YUV | 155.87 | 59.22 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 208 | 34 | 0.52 | 0 | 0.84 | 0.18 | 97.24 | 0.72 | 0.47 |
| Hex | 64 | D0 | 22 | 34 | 0 | 54 | 12 | 61 | 48 | 2F |
| Octal | 144 | 320 | 42 | 64 | 0 | 124 | 22 | 141 | 110 | 57 |
| Binary | 1100100 | 11010000 | 100010 | 110100 | 0 | 1010100 | 10010 | 1100001 | 1001000 | 101111 |
Color Harmonies of #64D022
Complementary color
Monochromatic Colors of #64D022
Black with #64D022
Text Example
Text Example
White with #64D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D022; }
p { color: rgb(100,208,34); }
H1.HeaderClassName
{
color: #64D022;
}
.AnyTagClassName
{
color: #64D022;
}
</style>
background-color css
<style>
a { background-color: #64D022; }
a { background-color: rgb(100,208,34); }
div.DivClassName
{
background-color: #64D022;
}
.BgClassName
{
background-color: #64D022;
}
</style>
border-color css
<style>
span { border-color: #64D022; }
span { border-color: rgb(100,208,34); }
td.TdClassName
{
border-color: #64D022;
}
.TagClassName
{
border-color: #64D022;
}
</style>