Shades of Pastel Green #64E188
Tints of Pastel Green #64E188
RGB
CMYK
RGB Variations
Color information
#64E188 (or 0x64E188) is known color: Pastel Green. HEX triplet: 64, E1 and 88. RGB value is (100,225,136). Sum of RGB (Red+Green+Blue) = 100+225+136=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #64E188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E188 is #9B1E77. Grayscale: #B1B1B1. Windows color (decimal): -10165880 or 8970596. OLE color: 8970596.
HSL color Cylindrical-coordinate representation of color #64E188: hue angle of 137.28º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E188 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 136 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.12 |
| HSL | 137.28º | 0.68% | 0.64% | - |
| HSV(B) | 137.28º | 0.56% | 0.88% | - |
| XYZ | 36.62 | 58.34 | 32.62 | - |
| YUV | 177.48 | 104.59 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 136 | 0.56 | 0 | 0.40 | 0.12 | 137.28 | 0.68 | 0.64 |
| Hex | 64 | E1 | 88 | 38 | 0 | 28 | C | 89 | 44 | 40 |
| Octal | 144 | 341 | 210 | 70 | 0 | 50 | 14 | 211 | 104 | 100 |
| Binary | 1100100 | 11100001 | 10001000 | 111000 | 0 | 101000 | 1100 | 10001001 | 1000100 | 1000000 |
Color Harmonies of #64E188
Complementary color
Monochromatic Colors of #64E188
Black with #64E188
Text Example
Text Example
White with #64E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E188; }
p { color: rgb(100,225,136); }
H1.HeaderClassName
{
color: #64E188;
}
.AnyTagClassName
{
color: #64E188;
}
</style>
background-color css
<style>
a { background-color: #64E188; }
a { background-color: rgb(100,225,136); }
div.DivClassName
{
background-color: #64E188;
}
.BgClassName
{
background-color: #64E188;
}
</style>
border-color css
<style>
span { border-color: #64E188; }
span { border-color: rgb(100,225,136); }
td.TdClassName
{
border-color: #64E188;
}
.TagClassName
{
border-color: #64E188;
}
</style>