Shades of Pastel Green #64D978
Tints of Pastel Green #64D978
RGB
CMYK
RGB Variations
Color information
#64D978 (or 0x64D978) is known color: Pastel Green. HEX triplet: 64, D9 and 78. RGB value is (100,217,120). Sum of RGB (Red+Green+Blue) = 100+217+120=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #64D978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D978 is #9B2687. Grayscale: #ABABAB. Windows color (decimal): -10167944 or 7919972. OLE color: 7919972.
HSL color Cylindrical-coordinate representation of color #64D978: hue angle of 130.26º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D978 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 120 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.15 |
| HSL | 130.26º | 0.61% | 0.62% | - |
| HSV(B) | 130.26º | 0.54% | 0.85% | - |
| XYZ | 33.46 | 53.69 | 26.37 | - |
| YUV | 170.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 120 | 0.54 | 0 | 0.45 | 0.15 | 130.26 | 0.61 | 0.62 |
| Hex | 64 | D9 | 78 | 36 | 0 | 2D | F | 82 | 3D | 3E |
| Octal | 144 | 331 | 170 | 66 | 0 | 55 | 17 | 202 | 75 | 76 |
| Binary | 1100100 | 11011001 | 1111000 | 110110 | 0 | 101101 | 1111 | 10000010 | 111101 | 111110 |
Color Harmonies of #64D978
Complementary color
Monochromatic Colors of #64D978
Black with #64D978
Text Example
Text Example
White with #64D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D978; }
p { color: rgb(100,217,120); }
H1.HeaderClassName
{
color: #64D978;
}
.AnyTagClassName
{
color: #64D978;
}
</style>
background-color css
<style>
a { background-color: #64D978; }
a { background-color: rgb(100,217,120); }
div.DivClassName
{
background-color: #64D978;
}
.BgClassName
{
background-color: #64D978;
}
</style>
border-color css
<style>
span { border-color: #64D978; }
span { border-color: rgb(100,217,120); }
td.TdClassName
{
border-color: #64D978;
}
.TagClassName
{
border-color: #64D978;
}
</style>