Shades of Pastel Green #64D756
Tints of Pastel Green #64D756
RGB
CMYK
RGB Variations
Color information
#64D756 (or 0x64D756) is known color: Pastel Green. HEX triplet: 64, D7 and 56. RGB value is (100,215,86). Sum of RGB (Red+Green+Blue) = 100+215+86=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #64D756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D756 is #9B28A9. Grayscale: #A6A6A6. Windows color (decimal): -10168490 or 5691236. OLE color: 5691236.
HSL color Cylindrical-coordinate representation of color #64D756: hue angle of 113.49º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D756 is Cyan = 0.53, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 86 | - |
| CMYK | 0.53 | 0 | 0.6 | 0.16 |
| HSL | 113.49º | 0.62% | 0.59% | - |
| HSV(B) | 113.49º | 0.6% | 0.84% | - |
| XYZ | 31.24 | 51.98 | 17.19 | - |
| YUV | 165.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 86 | 0.53 | 0 | 0.6 | 0.16 | 113.49 | 0.62 | 0.59 |
| Hex | 64 | D7 | 56 | 35 | 0 | 3C | 10 | 71 | 3E | 3B |
| Octal | 144 | 327 | 126 | 65 | 0 | 74 | 20 | 161 | 76 | 73 |
| Binary | 1100100 | 11010111 | 1010110 | 110101 | 0 | 111100 | 10000 | 1110001 | 111110 | 111011 |
Color Harmonies of #64D756
Complementary color
Monochromatic Colors of #64D756
Black with #64D756
Text Example
Text Example
White with #64D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D756; }
p { color: rgb(100,215,86); }
H1.HeaderClassName
{
color: #64D756;
}
.AnyTagClassName
{
color: #64D756;
}
</style>
background-color css
<style>
a { background-color: #64D756; }
a { background-color: rgb(100,215,86); }
div.DivClassName
{
background-color: #64D756;
}
.BgClassName
{
background-color: #64D756;
}
</style>
border-color css
<style>
span { border-color: #64D756; }
span { border-color: rgb(100,215,86); }
td.TdClassName
{
border-color: #64D756;
}
.TagClassName
{
border-color: #64D756;
}
</style>