Shades of Kelly Green #64D712
Tints of Kelly Green #64D712
RGB
CMYK
RGB Variations
Color information
#64D712 (or 0x64D712) is known color: Kelly Green. HEX triplet: 64, D7 and 12. RGB value is (100,215,18). Sum of RGB (Red+Green+Blue) = 100+215+18=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #64D712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D712 is #9B28ED. Grayscale: #9E9E9E. Windows color (decimal): -10168558 or 1234788. OLE color: 1234788.
HSL color Cylindrical-coordinate representation of color #64D712: hue angle of 95.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64D712 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.16 |
| HSL | 95.03º | 0.85% | 0.46% | - |
| HSV(B) | 95.03º | 0.92% | 0.84% | - |
| XYZ | 29.67 | 51.35 | 8.92 | - |
| YUV | 158.16 | 48.9 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 18 | 0.53 | 0 | 0.92 | 0.16 | 95.03 | 0.85 | 0.46 |
| Hex | 64 | D7 | 12 | 35 | 0 | 5C | 10 | 5F | 55 | 2E |
| Octal | 144 | 327 | 22 | 65 | 0 | 134 | 20 | 137 | 125 | 56 |
| Binary | 1100100 | 11010111 | 10010 | 110101 | 0 | 1011100 | 10000 | 1011111 | 1010101 | 101110 |
Color Harmonies of #64D712
Complementary color
Monochromatic Colors of #64D712
Black with #64D712
Text Example
Text Example
White with #64D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D712; }
p { color: rgb(100,215,18); }
H1.HeaderClassName
{
color: #64D712;
}
.AnyTagClassName
{
color: #64D712;
}
</style>
background-color css
<style>
a { background-color: #64D712; }
a { background-color: rgb(100,215,18); }
div.DivClassName
{
background-color: #64D712;
}
.BgClassName
{
background-color: #64D712;
}
</style>
border-color css
<style>
span { border-color: #64D712; }
span { border-color: rgb(100,215,18); }
td.TdClassName
{
border-color: #64D712;
}
.TagClassName
{
border-color: #64D712;
}
</style>