Shades of Pastel Green #64EA80
Tints of Pastel Green #64EA80
RGB
CMYK
RGB Variations
Color information
#64EA80 (or 0x64EA80) is known color: Pastel Green. HEX triplet: 64, EA and 80. RGB value is (100,234,128). Sum of RGB (Red+Green+Blue) = 100+234+128=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 234 (91.80% from 255 or 50.65% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA80 is #9B157F. Grayscale: #B6B6B6. Windows color (decimal): -10163584 or 8448612. OLE color: 8448612.
HSL color Cylindrical-coordinate representation of color #64EA80: hue angle of 132.54º 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 #64EA80 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 128 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.08 |
| HSL | 132.54º | 0.76% | 0.65% | - |
| HSV(B) | 132.54º | 0.57% | 0.92% | - |
| XYZ | 38.57 | 63.11 | 30.57 | - |
| YUV | 181.85 | 97.61 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 128 | 0.57 | 0 | 0.45 | 0.08 | 132.54 | 0.76 | 0.65 |
| Hex | 64 | EA | 80 | 39 | 0 | 2D | 8 | 85 | 4C | 41 |
| Octal | 144 | 352 | 200 | 71 | 0 | 55 | 10 | 205 | 114 | 101 |
| Binary | 1100100 | 11101010 | 10000000 | 111001 | 0 | 101101 | 1000 | 10000101 | 1001100 | 1000001 |
Color Harmonies of #64EA80
Complementary color
Monochromatic Colors of #64EA80
Black with #64EA80
Text Example
Text Example
White with #64EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EA80; }
p { color: rgb(100,234,128); }
H1.HeaderClassName
{
color: #64EA80;
}
.AnyTagClassName
{
color: #64EA80;
}
</style>
background-color css
<style>
a { background-color: #64EA80; }
a { background-color: rgb(100,234,128); }
div.DivClassName
{
background-color: #64EA80;
}
.BgClassName
{
background-color: #64EA80;
}
</style>
border-color css
<style>
span { border-color: #64EA80; }
span { border-color: rgb(100,234,128); }
td.TdClassName
{
border-color: #64EA80;
}
.TagClassName
{
border-color: #64EA80;
}
</style>