Shades of Pastel Green #64EC8E
Tints of Pastel Green #64EC8E
RGB
CMYK
RGB Variations
Color information
#64EC8E (or 0x64EC8E) is known color: Pastel Green. HEX triplet: 64, EC and 8E. RGB value is (100,236,142). Sum of RGB (Red+Green+Blue) = 100+236+142=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC8E is #9B1371. Grayscale: #B8B8B8. Windows color (decimal): -10163058 or 9366628. OLE color: 9366628.
HSL color Cylindrical-coordinate representation of color #64EC8E: hue angle of 138.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EC8E is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 142 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.07 |
| HSL | 138.53º | 0.78% | 0.66% | - |
| HSV(B) | 138.53º | 0.58% | 0.93% | - |
| XYZ | 40.13 | 64.65 | 35.96 | - |
| YUV | 184.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 142 | 0.58 | 0 | 0.40 | 0.07 | 138.53 | 0.78 | 0.66 |
| Hex | 64 | EC | 8E | 3A | 0 | 28 | 7 | 8B | 4E | 42 |
| Octal | 144 | 354 | 216 | 72 | 0 | 50 | 7 | 213 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10001110 | 111010 | 0 | 101000 | 111 | 10001011 | 1001110 | 1000010 |
Color Harmonies of #64EC8E
Complementary color
Monochromatic Colors of #64EC8E
Black with #64EC8E
Text Example
Text Example
White with #64EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC8E; }
p { color: rgb(100,236,142); }
H1.HeaderClassName
{
color: #64EC8E;
}
.AnyTagClassName
{
color: #64EC8E;
}
</style>
background-color css
<style>
a { background-color: #64EC8E; }
a { background-color: rgb(100,236,142); }
div.DivClassName
{
background-color: #64EC8E;
}
.BgClassName
{
background-color: #64EC8E;
}
</style>
border-color css
<style>
span { border-color: #64EC8E; }
span { border-color: rgb(100,236,142); }
td.TdClassName
{
border-color: #64EC8E;
}
.TagClassName
{
border-color: #64EC8E;
}
</style>