Shades of Pastel Green #64E07C
Tints of Pastel Green #64E07C
RGB
CMYK
RGB Variations
Color information
#64E07C (or 0x64E07C) is known color: Pastel Green. HEX triplet: 64, E0 and 7C. RGB value is (100,224,124). Sum of RGB (Red+Green+Blue) = 100+224+124=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #64E07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E07C is #9B1F83. Grayscale: #AFAFAF. Windows color (decimal): -10166148 or 8183908. OLE color: 8183908.
HSL color Cylindrical-coordinate representation of color #64E07C: hue angle of 131.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E07C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 124 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.12 |
| HSL | 131.61º | 0.67% | 0.64% | - |
| HSV(B) | 131.61º | 0.55% | 0.88% | - |
| XYZ | 35.55 | 57.48 | 28.29 | - |
| YUV | 175.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 124 | 0.55 | 0 | 0.45 | 0.12 | 131.61 | 0.67 | 0.64 |
| Hex | 64 | E0 | 7C | 37 | 0 | 2D | C | 84 | 43 | 40 |
| Octal | 144 | 340 | 174 | 67 | 0 | 55 | 14 | 204 | 103 | 100 |
| Binary | 1100100 | 11100000 | 1111100 | 110111 | 0 | 101101 | 1100 | 10000100 | 1000011 | 1000000 |
Color Harmonies of #64E07C
Complementary color
Monochromatic Colors of #64E07C
Black with #64E07C
Text Example
Text Example
White with #64E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E07C; }
p { color: rgb(100,224,124); }
H1.HeaderClassName
{
color: #64E07C;
}
.AnyTagClassName
{
color: #64E07C;
}
</style>
background-color css
<style>
a { background-color: #64E07C; }
a { background-color: rgb(100,224,124); }
div.DivClassName
{
background-color: #64E07C;
}
.BgClassName
{
background-color: #64E07C;
}
</style>
border-color css
<style>
span { border-color: #64E07C; }
span { border-color: rgb(100,224,124); }
td.TdClassName
{
border-color: #64E07C;
}
.TagClassName
{
border-color: #64E07C;
}
</style>