Shades of Screamin' Green #70FE83
Tints of Screamin' Green #70FE83
RGB
CMYK
RGB Variations
Color information
#70FE83 (or 0x70FE83) is known color: Screamin' Green. HEX triplet: 70, FE and 83. RGB value is (112,254,131). Sum of RGB (Red+Green+Blue) = 112+254+131=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE83 is #8F017C. Grayscale: #C5C5C5. Windows color (decimal): -9372029 or 8650352. OLE color: 8650352.
HSL color Cylindrical-coordinate representation of color #70FE83: hue angle of 128.03º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE83 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 131 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.00 |
| HSL | 128.03º | 0.99% | 0.72% | - |
| HSV(B) | 128.03º | 0.56% | 1% | - |
| XYZ | 46.22 | 75.97 | 33.7 | - |
| YUV | 197.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 131 | 0.56 | 0 | 0.48 | 0.00 | 128.03 | 0.99 | 0.72 |
| Hex | 70 | FE | 83 | 38 | 0 | 30 | 0 | 80 | 63 | 48 |
| Octal | 160 | 376 | 203 | 70 | 0 | 60 | 0 | 200 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10000011 | 111000 | 0 | 110000 | 0 | 10000000 | 1100011 | 1001000 |
Color Harmonies of #70FE83
Complementary color
Monochromatic Colors of #70FE83
Black with #70FE83
Text Example
Text Example
White with #70FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE83; }
p { color: rgb(112,254,131); }
H1.HeaderClassName
{
color: #70FE83;
}
.AnyTagClassName
{
color: #70FE83;
}
</style>
background-color css
<style>
a { background-color: #70FE83; }
a { background-color: rgb(112,254,131); }
div.DivClassName
{
background-color: #70FE83;
}
.BgClassName
{
background-color: #70FE83;
}
</style>
border-color css
<style>
span { border-color: #70FE83; }
span { border-color: rgb(112,254,131); }
td.TdClassName
{
border-color: #70FE83;
}
.TagClassName
{
border-color: #70FE83;
}
</style>