Shades of Screamin' Green #70E55B
Tints of Screamin' Green #70E55B
RGB
CMYK
RGB Variations
Color information
#70E55B (or 0x70E55B) is known color: Screamin' Green. HEX triplet: 70, E5 and 5B. RGB value is (112,229,91). Sum of RGB (Red+Green+Blue) = 112+229+91=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #70E55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E55B is #8F1AA4. Grayscale: #B2B2B2. Windows color (decimal): -9378469 or 6022512. OLE color: 6022512.
HSL color Cylindrical-coordinate representation of color #70E55B: hue angle of 110.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70E55B is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 91 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.10 |
| HSL | 110.87º | 0.73% | 0.63% | - |
| HSV(B) | 110.87º | 0.6% | 0.9% | - |
| XYZ | 36.59 | 60.24 | 19.6 | - |
| YUV | 178.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 91 | 0.51 | 0 | 0.60 | 0.10 | 110.87 | 0.73 | 0.63 |
| Hex | 70 | E5 | 5B | 33 | 0 | 3C | A | 6F | 49 | 3F |
| Octal | 160 | 345 | 133 | 63 | 0 | 74 | 12 | 157 | 111 | 77 |
| Binary | 1110000 | 11100101 | 1011011 | 110011 | 0 | 111100 | 1010 | 1101111 | 1001001 | 111111 |
Color Harmonies of #70E55B
Complementary color
Monochromatic Colors of #70E55B
Black with #70E55B
Text Example
Text Example
White with #70E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E55B; }
p { color: rgb(112,229,91); }
H1.HeaderClassName
{
color: #70E55B;
}
.AnyTagClassName
{
color: #70E55B;
}
</style>
background-color css
<style>
a { background-color: #70E55B; }
a { background-color: rgb(112,229,91); }
div.DivClassName
{
background-color: #70E55B;
}
.BgClassName
{
background-color: #70E55B;
}
</style>
border-color css
<style>
span { border-color: #70E55B; }
span { border-color: rgb(112,229,91); }
td.TdClassName
{
border-color: #70E55B;
}
.TagClassName
{
border-color: #70E55B;
}
</style>