Shades of Pastel Green #64D577
Tints of Pastel Green #64D577
RGB
CMYK
RGB Variations
Color information
#64D577 (or 0x64D577) is known color: Pastel Green. HEX triplet: 64, D5 and 77. RGB value is (100,213,119). Sum of RGB (Red+Green+Blue) = 100+213+119=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #64D577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D577 is #9B2A88. Grayscale: #A8A8A8. Windows color (decimal): -10168969 or 7853412. OLE color: 7853412.
HSL color Cylindrical-coordinate representation of color #64D577: hue angle of 130.09º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D577 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 119 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.16 |
| HSL | 130.09º | 0.57% | 0.61% | - |
| HSV(B) | 130.09º | 0.53% | 0.84% | - |
| XYZ | 32.38 | 51.63 | 25.71 | - |
| YUV | 168.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 119 | 0.53 | 0 | 0.44 | 0.16 | 130.09 | 0.57 | 0.61 |
| Hex | 64 | D5 | 77 | 35 | 0 | 2C | 10 | 82 | 39 | 3D |
| Octal | 144 | 325 | 167 | 65 | 0 | 54 | 20 | 202 | 71 | 75 |
| Binary | 1100100 | 11010101 | 1110111 | 110101 | 0 | 101100 | 10000 | 10000010 | 111001 | 111101 |
Color Harmonies of #64D577
Complementary color
Monochromatic Colors of #64D577
Black with #64D577
Text Example
Text Example
White with #64D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D577; }
p { color: rgb(100,213,119); }
H1.HeaderClassName
{
color: #64D577;
}
.AnyTagClassName
{
color: #64D577;
}
</style>
background-color css
<style>
a { background-color: #64D577; }
a { background-color: rgb(100,213,119); }
div.DivClassName
{
background-color: #64D577;
}
.BgClassName
{
background-color: #64D577;
}
</style>
border-color css
<style>
span { border-color: #64D577; }
span { border-color: rgb(100,213,119); }
td.TdClassName
{
border-color: #64D577;
}
.TagClassName
{
border-color: #64D577;
}
</style>