Shades of Pastel Green #64E07F
Tints of Pastel Green #64E07F
RGB
CMYK
RGB Variations
Color information
#64E07F (or 0x64E07F) is known color: Pastel Green. HEX triplet: 64, E0 and 7F. RGB value is (100,224,127). Sum of RGB (Red+Green+Blue) = 100+224+127=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #64E07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E07F is #9B1F80. Grayscale: #B0B0B0. Windows color (decimal): -10166145 or 8380516. OLE color: 8380516.
HSL color Cylindrical-coordinate representation of color #64E07F: hue angle of 133.06º 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 #64E07F is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 127 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.12 |
| HSL | 133.06º | 0.67% | 0.64% | - |
| HSV(B) | 133.06º | 0.55% | 0.88% | - |
| XYZ | 35.74 | 57.55 | 29.3 | - |
| YUV | 175.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 127 | 0.55 | 0 | 0.43 | 0.12 | 133.06 | 0.67 | 0.64 |
| Hex | 64 | E0 | 7F | 37 | 0 | 2B | C | 85 | 43 | 40 |
| Octal | 144 | 340 | 177 | 67 | 0 | 53 | 14 | 205 | 103 | 100 |
| Binary | 1100100 | 11100000 | 1111111 | 110111 | 0 | 101011 | 1100 | 10000101 | 1000011 | 1000000 |
Color Harmonies of #64E07F
Complementary color
Monochromatic Colors of #64E07F
Black with #64E07F
Text Example
Text Example
White with #64E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E07F; }
p { color: rgb(100,224,127); }
H1.HeaderClassName
{
color: #64E07F;
}
.AnyTagClassName
{
color: #64E07F;
}
</style>
background-color css
<style>
a { background-color: #64E07F; }
a { background-color: rgb(100,224,127); }
div.DivClassName
{
background-color: #64E07F;
}
.BgClassName
{
background-color: #64E07F;
}
</style>
border-color css
<style>
span { border-color: #64E07F; }
span { border-color: rgb(100,224,127); }
td.TdClassName
{
border-color: #64E07F;
}
.TagClassName
{
border-color: #64E07F;
}
</style>