Shades of Screamin' Green #70FB5D
Tints of Screamin' Green #70FB5D
RGB
CMYK
RGB Variations
Color information
#70FB5D (or 0x70FB5D) is known color: Screamin' Green. HEX triplet: 70, FB and 5D. RGB value is (112,251,93). Sum of RGB (Red+Green+Blue) = 112+251+93=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB5D is #8F04A2. Grayscale: #BFBFBF. Windows color (decimal): -9372835 or 6159216. OLE color: 6159216.
HSL color Cylindrical-coordinate representation of color #70FB5D: hue angle of 112.78º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70FB5D is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 93 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.02 |
| HSL | 112.78º | 0.95% | 0.67% | - |
| HSV(B) | 112.78º | 0.63% | 0.98% | - |
| XYZ | 43.16 | 73.23 | 22.22 | - |
| YUV | 191.43 | 72.45 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 93 | 0.55 | 0 | 0.63 | 0.02 | 112.78 | 0.95 | 0.67 |
| Hex | 70 | FB | 5D | 37 | 0 | 3F | 2 | 71 | 5F | 43 |
| Octal | 160 | 373 | 135 | 67 | 0 | 77 | 2 | 161 | 137 | 103 |
| Binary | 1110000 | 11111011 | 1011101 | 110111 | 0 | 111111 | 10 | 1110001 | 1011111 | 1000011 |
Color Harmonies of #70FB5D
Complementary color
Monochromatic Colors of #70FB5D
Black with #70FB5D
Text Example
Text Example
White with #70FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB5D; }
p { color: rgb(112,251,93); }
H1.HeaderClassName
{
color: #70FB5D;
}
.AnyTagClassName
{
color: #70FB5D;
}
</style>
background-color css
<style>
a { background-color: #70FB5D; }
a { background-color: rgb(112,251,93); }
div.DivClassName
{
background-color: #70FB5D;
}
.BgClassName
{
background-color: #70FB5D;
}
</style>
border-color css
<style>
span { border-color: #70FB5D; }
span { border-color: rgb(112,251,93); }
td.TdClassName
{
border-color: #70FB5D;
}
.TagClassName
{
border-color: #70FB5D;
}
</style>