Shades of Pastel Green #88EA74
Tints of Pastel Green #88EA74
RGB
CMYK
RGB Variations
Color information
#88EA74 (or 0x88EA74) is known color: Pastel Green. HEX triplet: 88, EA and 74. RGB value is (136,234,116). Sum of RGB (Red+Green+Blue) = 136+234+116=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #88EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88EA74 is #77158B. Grayscale: #BFBFBF. Windows color (decimal): -7804300 or 7662216. OLE color: 7662216.
HSL color Cylindrical-coordinate representation of color #88EA74: hue angle of 109.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88EA74 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 234 | 116 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.08 |
| HSL | 109.83º | 0.74% | 0.69% | - |
| HSV(B) | 109.83º | 0.5% | 0.92% | - |
| XYZ | 42.73 | 65.34 | 26.88 | - |
| YUV | 191.25 | 85.53 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 234 | 116 | 0.42 | 0 | 0.50 | 0.08 | 109.83 | 0.74 | 0.69 |
| Hex | 88 | EA | 74 | 2A | 0 | 32 | 8 | 6E | 4A | 45 |
| Octal | 210 | 352 | 164 | 52 | 0 | 62 | 10 | 156 | 112 | 105 |
| Binary | 10001000 | 11101010 | 1110100 | 101010 | 0 | 110010 | 1000 | 1101110 | 1001010 | 1000101 |
Color Harmonies of #88EA74
Complementary color
Monochromatic Colors of #88EA74
Black with #88EA74
Text Example
Text Example
White with #88EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EA74; }
p { color: rgb(136,234,116); }
H1.HeaderClassName
{
color: #88EA74;
}
.AnyTagClassName
{
color: #88EA74;
}
</style>
background-color css
<style>
a { background-color: #88EA74; }
a { background-color: rgb(136,234,116); }
div.DivClassName
{
background-color: #88EA74;
}
.BgClassName
{
background-color: #88EA74;
}
</style>
border-color css
<style>
span { border-color: #88EA74; }
span { border-color: rgb(136,234,116); }
td.TdClassName
{
border-color: #88EA74;
}
.TagClassName
{
border-color: #88EA74;
}
</style>