Shades of Pastel Green #64EE88
Tints of Pastel Green #64EE88
RGB
CMYK
RGB Variations
Color information
#64EE88 (or 0x64EE88) is known color: Pastel Green. HEX triplet: 64, EE and 88. RGB value is (100,238,136). Sum of RGB (Red+Green+Blue) = 100+238+136=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE88 is #9B1177. Grayscale: #B9B9B9. Windows color (decimal): -10162552 or 8973924. OLE color: 8973924.
HSL color Cylindrical-coordinate representation of color #64EE88: hue angle of 135.65º degrees, saturation: 0.8, 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 #64EE88 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 136 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.07 |
| HSL | 135.65º | 0.8% | 0.66% | - |
| HSV(B) | 135.65º | 0.58% | 0.93% | - |
| XYZ | 40.27 | 65.64 | 33.84 | - |
| YUV | 185.11 | 100.28 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 136 | 0.58 | 0 | 0.43 | 0.07 | 135.65 | 0.8 | 0.66 |
| Hex | 64 | EE | 88 | 3A | 0 | 2B | 7 | 88 | 50 | 42 |
| Octal | 144 | 356 | 210 | 72 | 0 | 53 | 7 | 210 | 120 | 102 |
| Binary | 1100100 | 11101110 | 10001000 | 111010 | 0 | 101011 | 111 | 10001000 | 1010000 | 1000010 |
Color Harmonies of #64EE88
Complementary color
Monochromatic Colors of #64EE88
Black with #64EE88
Text Example
Text Example
White with #64EE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EE88; }
p { color: rgb(100,238,136); }
H1.HeaderClassName
{
color: #64EE88;
}
.AnyTagClassName
{
color: #64EE88;
}
</style>
background-color css
<style>
a { background-color: #64EE88; }
a { background-color: rgb(100,238,136); }
div.DivClassName
{
background-color: #64EE88;
}
.BgClassName
{
background-color: #64EE88;
}
</style>
border-color css
<style>
span { border-color: #64EE88; }
span { border-color: rgb(100,238,136); }
td.TdClassName
{
border-color: #64EE88;
}
.TagClassName
{
border-color: #64EE88;
}
</style>