Shades of Pastel Green #64EC90
Tints of Pastel Green #64EC90
RGB
CMYK
RGB Variations
Color information
#64EC90 (or 0x64EC90) is known color: Pastel Green. HEX triplet: 64, EC and 90. RGB value is (100,236,144). Sum of RGB (Red+Green+Blue) = 100+236+144=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC90 is #9B136F. Grayscale: #B9B9B9. Windows color (decimal): -10163056 or 9497700. OLE color: 9497700.
HSL color Cylindrical-coordinate representation of color #64EC90: hue angle of 139.41º 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 #64EC90 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 144 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.07 |
| HSL | 139.41º | 0.78% | 0.66% | - |
| HSV(B) | 139.41º | 0.58% | 0.93% | - |
| XYZ | 40.29 | 64.71 | 36.75 | - |
| YUV | 184.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 144 | 0.58 | 0 | 0.39 | 0.07 | 139.41 | 0.78 | 0.66 |
| Hex | 64 | EC | 90 | 3A | 0 | 27 | 7 | 8B | 4E | 42 |
| Octal | 144 | 354 | 220 | 72 | 0 | 47 | 7 | 213 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10010000 | 111010 | 0 | 100111 | 111 | 10001011 | 1001110 | 1000010 |
Color Harmonies of #64EC90
Complementary color
Monochromatic Colors of #64EC90
Black with #64EC90
Text Example
Text Example
White with #64EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC90; }
p { color: rgb(100,236,144); }
H1.HeaderClassName
{
color: #64EC90;
}
.AnyTagClassName
{
color: #64EC90;
}
</style>
background-color css
<style>
a { background-color: #64EC90; }
a { background-color: rgb(100,236,144); }
div.DivClassName
{
background-color: #64EC90;
}
.BgClassName
{
background-color: #64EC90;
}
</style>
border-color css
<style>
span { border-color: #64EC90; }
span { border-color: rgb(100,236,144); }
td.TdClassName
{
border-color: #64EC90;
}
.TagClassName
{
border-color: #64EC90;
}
</style>