Shades of Pastel Green #64E57A
Tints of Pastel Green #64E57A
RGB
CMYK
RGB Variations
Color information
#64E57A (or 0x64E57A) is known color: Pastel Green. HEX triplet: 64, E5 and 7A. RGB value is (100,229,122). Sum of RGB (Red+Green+Blue) = 100+229+122=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #64E57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E57A is #9B1A85. Grayscale: #B2B2B2. Windows color (decimal): -10164870 or 8054116. OLE color: 8054116.
HSL color Cylindrical-coordinate representation of color #64E57A: hue angle of 130.23º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E57A is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 122 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.10 |
| HSL | 130.23º | 0.71% | 0.65% | - |
| HSV(B) | 130.23º | 0.56% | 0.9% | - |
| XYZ | 36.79 | 60.15 | 28.08 | - |
| YUV | 178.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 122 | 0.56 | 0 | 0.47 | 0.10 | 130.23 | 0.71 | 0.65 |
| Hex | 64 | E5 | 7A | 38 | 0 | 2F | A | 82 | 47 | 41 |
| Octal | 144 | 345 | 172 | 70 | 0 | 57 | 12 | 202 | 107 | 101 |
| Binary | 1100100 | 11100101 | 1111010 | 111000 | 0 | 101111 | 1010 | 10000010 | 1000111 | 1000001 |
Color Harmonies of #64E57A
Complementary color
Monochromatic Colors of #64E57A
Black with #64E57A
Text Example
Text Example
White with #64E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E57A; }
p { color: rgb(100,229,122); }
H1.HeaderClassName
{
color: #64E57A;
}
.AnyTagClassName
{
color: #64E57A;
}
</style>
background-color css
<style>
a { background-color: #64E57A; }
a { background-color: rgb(100,229,122); }
div.DivClassName
{
background-color: #64E57A;
}
.BgClassName
{
background-color: #64E57A;
}
</style>
border-color css
<style>
span { border-color: #64E57A; }
span { border-color: rgb(100,229,122); }
td.TdClassName
{
border-color: #64E57A;
}
.TagClassName
{
border-color: #64E57A;
}
</style>