Shades of Screamin' Green #70F877
Tints of Screamin' Green #70F877
RGB
CMYK
RGB Variations
Color information
#70F877 (or 0x70F877) is known color: Screamin' Green. HEX triplet: 70, F8 and 77. RGB value is (112,248,119). Sum of RGB (Red+Green+Blue) = 112+248+119=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #70F877 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F877 is #8F0788. Grayscale: #C1C1C1. Windows color (decimal): -9373577 or 7862384. OLE color: 7862384.
HSL color Cylindrical-coordinate representation of color #70F877: hue angle of 123.09º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F877 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 119 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.03 |
| HSL | 123.09º | 0.91% | 0.71% | - |
| HSV(B) | 123.09º | 0.55% | 0.97% | - |
| XYZ | 43.58 | 71.91 | 29.04 | - |
| YUV | 192.63 | 86.44 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 119 | 0.55 | 0 | 0.52 | 0.03 | 123.09 | 0.91 | 0.71 |
| Hex | 70 | F8 | 77 | 37 | 0 | 34 | 3 | 7B | 5B | 47 |
| Octal | 160 | 370 | 167 | 67 | 0 | 64 | 3 | 173 | 133 | 107 |
| Binary | 1110000 | 11111000 | 1110111 | 110111 | 0 | 110100 | 11 | 1111011 | 1011011 | 1000111 |
Color Harmonies of #70F877
Complementary color
Monochromatic Colors of #70F877
Black with #70F877
Text Example
Text Example
White with #70F877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F877; }
p { color: rgb(112,248,119); }
H1.HeaderClassName
{
color: #70F877;
}
.AnyTagClassName
{
color: #70F877;
}
</style>
background-color css
<style>
a { background-color: #70F877; }
a { background-color: rgb(112,248,119); }
div.DivClassName
{
background-color: #70F877;
}
.BgClassName
{
background-color: #70F877;
}
</style>
border-color css
<style>
span { border-color: #70F877; }
span { border-color: rgb(112,248,119); }
td.TdClassName
{
border-color: #70F877;
}
.TagClassName
{
border-color: #70F877;
}
</style>