Shades of Kelly Green #64D12D
Tints of Kelly Green #64D12D
RGB
CMYK
RGB Variations
Color information
#64D12D (or 0x64D12D) is known color: Kelly Green. HEX triplet: 64, D1 and 2D. RGB value is (100,209,45). Sum of RGB (Red+Green+Blue) = 100+209+45=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #64D12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D12D is #9B2ED2. Grayscale: #9E9E9E. Windows color (decimal): -10170067 or 3002724. OLE color: 3002724.
HSL color Cylindrical-coordinate representation of color #64D12D: hue angle of 99.88º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64D12D is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 45 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.18 |
| HSL | 99.88º | 0.65% | 0.5% | - |
| HSV(B) | 99.88º | 0.78% | 0.82% | - |
| XYZ | 28.53 | 48.5 | 10.34 | - |
| YUV | 157.71 | 64.39 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 45 | 0.52 | 0 | 0.78 | 0.18 | 99.88 | 0.65 | 0.5 |
| Hex | 64 | D1 | 2D | 34 | 0 | 4E | 12 | 64 | 41 | 32 |
| Octal | 144 | 321 | 55 | 64 | 0 | 116 | 22 | 144 | 101 | 62 |
| Binary | 1100100 | 11010001 | 101101 | 110100 | 0 | 1001110 | 10010 | 1100100 | 1000001 | 110010 |
Color Harmonies of #64D12D
Complementary color
Monochromatic Colors of #64D12D
Black with #64D12D
Text Example
Text Example
White with #64D12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D12D; }
p { color: rgb(100,209,45); }
H1.HeaderClassName
{
color: #64D12D;
}
.AnyTagClassName
{
color: #64D12D;
}
</style>
background-color css
<style>
a { background-color: #64D12D; }
a { background-color: rgb(100,209,45); }
div.DivClassName
{
background-color: #64D12D;
}
.BgClassName
{
background-color: #64D12D;
}
</style>
border-color css
<style>
span { border-color: #64D12D; }
span { border-color: rgb(100,209,45); }
td.TdClassName
{
border-color: #64D12D;
}
.TagClassName
{
border-color: #64D12D;
}
</style>