Shades of Screamin' Green #70FF83
Tints of Screamin' Green #70FF83
RGB
CMYK
RGB Variations
Color information
#70FF83 (or 0x70FF83) is known color: Screamin' Green. HEX triplet: 70, FF and 83. RGB value is (112,255,131). Sum of RGB (Red+Green+Blue) = 112+255+131=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF83 is #8F007C. Grayscale: #C6C6C6. Windows color (decimal): -9371773 or 8650608. OLE color: 8650608.
HSL color Cylindrical-coordinate representation of color #70FF83: hue angle of 127.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF83 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 131 | - |
| CMYK | 0.56 | 0 | 0.49 | 0 |
| HSL | 127.97º | 1% | 0.72% | - |
| HSV(B) | 127.97º | 0.56% | 1% | - |
| XYZ | 46.54 | 76.6 | 33.81 | - |
| YUV | 198.11 | 90.12 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 131 | 0.56 | 0 | 0.49 | 0 | 127.97 | 1 | 0.72 |
| Hex | 70 | FF | 83 | 38 | 0 | 31 | 0 | 80 | 64 | 48 |
| Octal | 160 | 377 | 203 | 70 | 0 | 61 | 0 | 200 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10000011 | 111000 | 0 | 110001 | 0 | 10000000 | 1100100 | 1001000 |
Color Harmonies of #70FF83
Complementary color
Monochromatic Colors of #70FF83
Black with #70FF83
Text Example
Text Example
White with #70FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF83; }
p { color: rgb(112,255,131); }
H1.HeaderClassName
{
color: #70FF83;
}
.AnyTagClassName
{
color: #70FF83;
}
</style>
background-color css
<style>
a { background-color: #70FF83; }
a { background-color: rgb(112,255,131); }
div.DivClassName
{
background-color: #70FF83;
}
.BgClassName
{
background-color: #70FF83;
}
</style>
border-color css
<style>
span { border-color: #70FF83; }
span { border-color: rgb(112,255,131); }
td.TdClassName
{
border-color: #70FF83;
}
.TagClassName
{
border-color: #70FF83;
}
</style>