Shades of Screamin' Green #88FE70
Tints of Screamin' Green #88FE70
RGB
CMYK
RGB Variations
Color information
#88FE70 (or 0x88FE70) is known color: Screamin' Green. HEX triplet: 88, FE and 70. RGB value is (136,254,112). Sum of RGB (Red+Green+Blue) = 136+254+112=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #88FE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88FE70 is #77018F. Grayscale: #CACACA. Windows color (decimal): -7799184 or 7405192. OLE color: 7405192.
HSL color Cylindrical-coordinate representation of color #88FE70: hue angle of 109.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88FE70 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 112 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.00 |
| HSL | 109.86º | 0.99% | 0.72% | - |
| HSV(B) | 109.86º | 0.56% | 1% | - |
| XYZ | 48.52 | 77.29 | 27.69 | - |
| YUV | 202.53 | 76.91 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 112 | 0.46 | 0 | 0.56 | 0.00 | 109.86 | 0.99 | 0.72 |
| Hex | 88 | FE | 70 | 2E | 0 | 38 | 0 | 6E | 63 | 48 |
| Octal | 210 | 376 | 160 | 56 | 0 | 70 | 0 | 156 | 143 | 110 |
| Binary | 10001000 | 11111110 | 1110000 | 101110 | 0 | 111000 | 0 | 1101110 | 1100011 | 1001000 |
Color Harmonies of #88FE70
Complementary color
Monochromatic Colors of #88FE70
Black with #88FE70
Text Example
Text Example
White with #88FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FE70; }
p { color: rgb(136,254,112); }
H1.HeaderClassName
{
color: #88FE70;
}
.AnyTagClassName
{
color: #88FE70;
}
</style>
background-color css
<style>
a { background-color: #88FE70; }
a { background-color: rgb(136,254,112); }
div.DivClassName
{
background-color: #88FE70;
}
.BgClassName
{
background-color: #88FE70;
}
</style>
border-color css
<style>
span { border-color: #88FE70; }
span { border-color: rgb(136,254,112); }
td.TdClassName
{
border-color: #88FE70;
}
.TagClassName
{
border-color: #88FE70;
}
</style>