Shades of Screamin' Green #70FB5B
Tints of Screamin' Green #70FB5B
RGB
CMYK
RGB Variations
Color information
#70FB5B (or 0x70FB5B) is known color: Screamin' Green. HEX triplet: 70, FB and 5B. RGB value is (112,251,91). Sum of RGB (Red+Green+Blue) = 112+251+91=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB5B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB5B is #8F04A4. Grayscale: #BFBFBF. Windows color (decimal): -9372837 or 6028144. OLE color: 6028144.
HSL color Cylindrical-coordinate representation of color #70FB5B: hue angle of 112.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70FB5B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 91 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.02 |
| HSL | 112.13º | 0.95% | 0.67% | - |
| HSV(B) | 112.13º | 0.64% | 0.98% | - |
| XYZ | 43.07 | 73.19 | 21.76 | - |
| YUV | 191.2 | 71.45 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 91 | 0.55 | 0 | 0.64 | 0.02 | 112.13 | 0.95 | 0.67 |
| Hex | 70 | FB | 5B | 37 | 0 | 40 | 2 | 70 | 5F | 43 |
| Octal | 160 | 373 | 133 | 67 | 0 | 100 | 2 | 160 | 137 | 103 |
| Binary | 1110000 | 11111011 | 1011011 | 110111 | 0 | 1000000 | 10 | 1110000 | 1011111 | 1000011 |
Color Harmonies of #70FB5B
Complementary color
Monochromatic Colors of #70FB5B
Black with #70FB5B
Text Example
Text Example
White with #70FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB5B; }
p { color: rgb(112,251,91); }
H1.HeaderClassName
{
color: #70FB5B;
}
.AnyTagClassName
{
color: #70FB5B;
}
</style>
background-color css
<style>
a { background-color: #70FB5B; }
a { background-color: rgb(112,251,91); }
div.DivClassName
{
background-color: #70FB5B;
}
.BgClassName
{
background-color: #70FB5B;
}
</style>
border-color css
<style>
span { border-color: #70FB5B; }
span { border-color: rgb(112,251,91); }
td.TdClassName
{
border-color: #70FB5B;
}
.TagClassName
{
border-color: #70FB5B;
}
</style>