Shades of Screamin' Green #70FB80
Tints of Screamin' Green #70FB80
RGB
CMYK
RGB Variations
Color information
#70FB80 (or 0x70FB80) is known color: Screamin' Green. HEX triplet: 70, FB and 80. RGB value is (112,251,128). Sum of RGB (Red+Green+Blue) = 112+251+128=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FB80 is #8F047F. Grayscale: #C3C3C3. Windows color (decimal): -9372800 or 8452976. OLE color: 8452976.
HSL color Cylindrical-coordinate representation of color #70FB80: hue angle of 126.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FB80 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 128 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.02 |
| HSL | 126.91º | 0.95% | 0.71% | - |
| HSV(B) | 126.91º | 0.55% | 0.98% | - |
| XYZ | 45.08 | 74 | 32.33 | - |
| YUV | 195.42 | 89.95 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 128 | 0.55 | 0 | 0.49 | 0.02 | 126.91 | 0.95 | 0.71 |
| Hex | 70 | FB | 80 | 37 | 0 | 31 | 2 | 7F | 5F | 47 |
| Octal | 160 | 373 | 200 | 67 | 0 | 61 | 2 | 177 | 137 | 107 |
| Binary | 1110000 | 11111011 | 10000000 | 110111 | 0 | 110001 | 10 | 1111111 | 1011111 | 1000111 |
Color Harmonies of #70FB80
Complementary color
Monochromatic Colors of #70FB80
Black with #70FB80
Text Example
Text Example
White with #70FB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB80; }
p { color: rgb(112,251,128); }
H1.HeaderClassName
{
color: #70FB80;
}
.AnyTagClassName
{
color: #70FB80;
}
</style>
background-color css
<style>
a { background-color: #70FB80; }
a { background-color: rgb(112,251,128); }
div.DivClassName
{
background-color: #70FB80;
}
.BgClassName
{
background-color: #70FB80;
}
</style>
border-color css
<style>
span { border-color: #70FB80; }
span { border-color: rgb(112,251,128); }
td.TdClassName
{
border-color: #70FB80;
}
.TagClassName
{
border-color: #70FB80;
}
</style>