Shades of Pastel Green #64D458
Tints of Pastel Green #64D458
RGB
CMYK
RGB Variations
Color information
#64D458 (or 0x64D458) is known color: Pastel Green. HEX triplet: 64, D4 and 58. RGB value is (100,212,88). Sum of RGB (Red+Green+Blue) = 100+212+88=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #64D458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D458 is #9B2BA7. Grayscale: #A4A4A4. Windows color (decimal): -10169256 or 5821540. OLE color: 5821540.
HSL color Cylindrical-coordinate representation of color #64D458: hue angle of 114.19º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64D458 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 88 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.17 |
| HSL | 114.19º | 0.59% | 0.59% | - |
| HSV(B) | 114.19º | 0.58% | 0.83% | - |
| XYZ | 30.56 | 50.5 | 17.37 | - |
| YUV | 164.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 88 | 0.53 | 0 | 0.58 | 0.17 | 114.19 | 0.59 | 0.59 |
| Hex | 64 | D4 | 58 | 35 | 0 | 3A | 11 | 72 | 3B | 3B |
| Octal | 144 | 324 | 130 | 65 | 0 | 72 | 21 | 162 | 73 | 73 |
| Binary | 1100100 | 11010100 | 1011000 | 110101 | 0 | 111010 | 10001 | 1110010 | 111011 | 111011 |
Color Harmonies of #64D458
Complementary color
Monochromatic Colors of #64D458
Black with #64D458
Text Example
Text Example
White with #64D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D458; }
p { color: rgb(100,212,88); }
H1.HeaderClassName
{
color: #64D458;
}
.AnyTagClassName
{
color: #64D458;
}
</style>
background-color css
<style>
a { background-color: #64D458; }
a { background-color: rgb(100,212,88); }
div.DivClassName
{
background-color: #64D458;
}
.BgClassName
{
background-color: #64D458;
}
</style>
border-color css
<style>
span { border-color: #64D458; }
span { border-color: rgb(100,212,88); }
td.TdClassName
{
border-color: #64D458;
}
.TagClassName
{
border-color: #64D458;
}
</style>