Shades of Screamin' Green #70EE55
Tints of Screamin' Green #70EE55
RGB
CMYK
RGB Variations
Color information
#70EE55 (or 0x70EE55) is known color: Screamin' Green. HEX triplet: 70, EE and 55. RGB value is (112,238,85). Sum of RGB (Red+Green+Blue) = 112+238+85=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE55 is #8F11AA. Grayscale: #B7B7B7. Windows color (decimal): -9376171 or 5631600. OLE color: 5631600.
HSL color Cylindrical-coordinate representation of color #70EE55: hue angle of 109.41º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70EE55 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 85 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.07 |
| HSL | 109.41º | 0.82% | 0.63% | - |
| HSV(B) | 109.41º | 0.64% | 0.93% | - |
| XYZ | 38.9 | 65.25 | 19.14 | - |
| YUV | 182.88 | 72.76 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 85 | 0.53 | 0 | 0.64 | 0.07 | 109.41 | 0.82 | 0.63 |
| Hex | 70 | EE | 55 | 35 | 0 | 40 | 7 | 6D | 52 | 3F |
| Octal | 160 | 356 | 125 | 65 | 0 | 100 | 7 | 155 | 122 | 77 |
| Binary | 1110000 | 11101110 | 1010101 | 110101 | 0 | 1000000 | 111 | 1101101 | 1010010 | 111111 |
Color Harmonies of #70EE55
Complementary color
Monochromatic Colors of #70EE55
Black with #70EE55
Text Example
Text Example
White with #70EE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EE55; }
p { color: rgb(112,238,85); }
H1.HeaderClassName
{
color: #70EE55;
}
.AnyTagClassName
{
color: #70EE55;
}
</style>
background-color css
<style>
a { background-color: #70EE55; }
a { background-color: rgb(112,238,85); }
div.DivClassName
{
background-color: #70EE55;
}
.BgClassName
{
background-color: #70EE55;
}
</style>
border-color css
<style>
span { border-color: #70EE55; }
span { border-color: rgb(112,238,85); }
td.TdClassName
{
border-color: #70EE55;
}
.TagClassName
{
border-color: #70EE55;
}
</style>