Shades of Pastel Green #64D778
Tints of Pastel Green #64D778
RGB
CMYK
RGB Variations
Color information
#64D778 (or 0x64D778) is known color: Pastel Green. HEX triplet: 64, D7 and 78. RGB value is (100,215,120). Sum of RGB (Red+Green+Blue) = 100+215+120=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #64D778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D778 is #9B2887. Grayscale: #AAAAAA. Windows color (decimal): -10168456 or 7919460. OLE color: 7919460.
HSL color Cylindrical-coordinate representation of color #64D778: hue angle of 130.43º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D778 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 120 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.16 |
| HSL | 130.43º | 0.59% | 0.62% | - |
| HSV(B) | 130.43º | 0.53% | 0.84% | - |
| XYZ | 32.95 | 52.67 | 26.2 | - |
| YUV | 169.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 120 | 0.53 | 0 | 0.44 | 0.16 | 130.43 | 0.59 | 0.62 |
| Hex | 64 | D7 | 78 | 35 | 0 | 2C | 10 | 82 | 3B | 3E |
| Octal | 144 | 327 | 170 | 65 | 0 | 54 | 20 | 202 | 73 | 76 |
| Binary | 1100100 | 11010111 | 1111000 | 110101 | 0 | 101100 | 10000 | 10000010 | 111011 | 111110 |
Color Harmonies of #64D778
Complementary color
Monochromatic Colors of #64D778
Black with #64D778
Text Example
Text Example
White with #64D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D778; }
p { color: rgb(100,215,120); }
H1.HeaderClassName
{
color: #64D778;
}
.AnyTagClassName
{
color: #64D778;
}
</style>
background-color css
<style>
a { background-color: #64D778; }
a { background-color: rgb(100,215,120); }
div.DivClassName
{
background-color: #64D778;
}
.BgClassName
{
background-color: #64D778;
}
</style>
border-color css
<style>
span { border-color: #64D778; }
span { border-color: rgb(100,215,120); }
td.TdClassName
{
border-color: #64D778;
}
.TagClassName
{
border-color: #64D778;
}
</style>