Shades of Screamin' Green #70E55A
Tints of Screamin' Green #70E55A
RGB
CMYK
RGB Variations
Color information
#70E55A (or 0x70E55A) is known color: Screamin' Green. HEX triplet: 70, E5 and 5A. RGB value is (112,229,90). Sum of RGB (Red+Green+Blue) = 112+229+90=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #70E55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E55A is #8F1AA5. Grayscale: #B2B2B2. Windows color (decimal): -9378470 or 5956976. OLE color: 5956976.
HSL color Cylindrical-coordinate representation of color #70E55A: hue angle of 110.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70E55A is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 90 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.10 |
| HSL | 110.5º | 0.73% | 0.63% | - |
| HSV(B) | 110.5º | 0.61% | 0.9% | - |
| XYZ | 36.55 | 60.22 | 19.37 | - |
| YUV | 178.17 | 78.24 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 90 | 0.51 | 0 | 0.61 | 0.10 | 110.5 | 0.73 | 0.63 |
| Hex | 70 | E5 | 5A | 33 | 0 | 3D | A | 6F | 49 | 3F |
| Octal | 160 | 345 | 132 | 63 | 0 | 75 | 12 | 157 | 111 | 77 |
| Binary | 1110000 | 11100101 | 1011010 | 110011 | 0 | 111101 | 1010 | 1101111 | 1001001 | 111111 |
Color Harmonies of #70E55A
Complementary color
Monochromatic Colors of #70E55A
Black with #70E55A
Text Example
Text Example
White with #70E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E55A; }
p { color: rgb(112,229,90); }
H1.HeaderClassName
{
color: #70E55A;
}
.AnyTagClassName
{
color: #70E55A;
}
</style>
background-color css
<style>
a { background-color: #70E55A; }
a { background-color: rgb(112,229,90); }
div.DivClassName
{
background-color: #70E55A;
}
.BgClassName
{
background-color: #70E55A;
}
</style>
border-color css
<style>
span { border-color: #70E55A; }
span { border-color: rgb(112,229,90); }
td.TdClassName
{
border-color: #70E55A;
}
.TagClassName
{
border-color: #70E55A;
}
</style>