Shades of Pastel Green #64EA89
Tints of Pastel Green #64EA89
RGB
CMYK
RGB Variations
Color information
#64EA89 (or 0x64EA89) is known color: Pastel Green. HEX triplet: 64, EA and 89. RGB value is (100,234,137). Sum of RGB (Red+Green+Blue) = 100+234+137=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA89 is #9B1576. Grayscale: #B7B7B7. Windows color (decimal): -10163575 or 9038436. OLE color: 9038436.
HSL color Cylindrical-coordinate representation of color #64EA89: hue angle of 136.57º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EA89 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 137 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.08 |
| HSL | 136.57º | 0.76% | 0.65% | - |
| HSV(B) | 136.57º | 0.57% | 0.92% | - |
| XYZ | 39.19 | 63.36 | 33.83 | - |
| YUV | 182.88 | 102.11 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 137 | 0.57 | 0 | 0.41 | 0.08 | 136.57 | 0.76 | 0.65 |
| Hex | 64 | EA | 89 | 39 | 0 | 29 | 8 | 89 | 4C | 41 |
| Octal | 144 | 352 | 211 | 71 | 0 | 51 | 10 | 211 | 114 | 101 |
| Binary | 1100100 | 11101010 | 10001001 | 111001 | 0 | 101001 | 1000 | 10001001 | 1001100 | 1000001 |
Color Harmonies of #64EA89
Complementary color
Monochromatic Colors of #64EA89
Black with #64EA89
Text Example
Text Example
White with #64EA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA89; }
p { color: rgb(100,234,137); }
H1.HeaderClassName
{
color: #64EA89;
}
.AnyTagClassName
{
color: #64EA89;
}
</style>
background-color css
<style>
a { background-color: #64EA89; }
a { background-color: rgb(100,234,137); }
div.DivClassName
{
background-color: #64EA89;
}
.BgClassName
{
background-color: #64EA89;
}
</style>
border-color css
<style>
span { border-color: #64EA89; }
span { border-color: rgb(100,234,137); }
td.TdClassName
{
border-color: #64EA89;
}
.TagClassName
{
border-color: #64EA89;
}
</style>