Shades of Kelly Green #64D42D
Tints of Kelly Green #64D42D
RGB
CMYK
RGB Variations
Color information
#64D42D (or 0x64D42D) is known color: Kelly Green. HEX triplet: 64, D4 and 2D. RGB value is (100,212,45). Sum of RGB (Red+Green+Blue) = 100+212+45=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #64D42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D42D is #9B2BD2. Grayscale: #A0A0A0. Windows color (decimal): -10169299 or 3003492. OLE color: 3003492.
HSL color Cylindrical-coordinate representation of color #64D42D: hue angle of 100.24º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64D42D is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 45 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.17 |
| HSL | 100.24º | 0.66% | 0.5% | - |
| HSV(B) | 100.24º | 0.79% | 0.83% | - |
| XYZ | 29.27 | 49.99 | 10.59 | - |
| YUV | 159.47 | 63.39 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 45 | 0.53 | 0 | 0.79 | 0.17 | 100.24 | 0.66 | 0.5 |
| Hex | 64 | D4 | 2D | 35 | 0 | 4F | 11 | 64 | 42 | 32 |
| Octal | 144 | 324 | 55 | 65 | 0 | 117 | 21 | 144 | 102 | 62 |
| Binary | 1100100 | 11010100 | 101101 | 110101 | 0 | 1001111 | 10001 | 1100100 | 1000010 | 110010 |
Color Harmonies of #64D42D
Complementary color
Monochromatic Colors of #64D42D
Black with #64D42D
Text Example
Text Example
White with #64D42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D42D; }
p { color: rgb(100,212,45); }
H1.HeaderClassName
{
color: #64D42D;
}
.AnyTagClassName
{
color: #64D42D;
}
</style>
background-color css
<style>
a { background-color: #64D42D; }
a { background-color: rgb(100,212,45); }
div.DivClassName
{
background-color: #64D42D;
}
.BgClassName
{
background-color: #64D42D;
}
</style>
border-color css
<style>
span { border-color: #64D42D; }
span { border-color: rgb(100,212,45); }
td.TdClassName
{
border-color: #64D42D;
}
.TagClassName
{
border-color: #64D42D;
}
</style>