Shades of Screamin' Green #70FB7B
Tints of Screamin' Green #70FB7B
RGB
CMYK
RGB Variations
Color information
#70FB7B (or 0x70FB7B) is known color: Screamin' Green. HEX triplet: 70, FB and 7B. RGB value is (112,251,123). Sum of RGB (Red+Green+Blue) = 112+251+123=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FB7B is #8F0484. Grayscale: #C3C3C3. Windows color (decimal): -9372805 or 8125296. OLE color: 8125296.
HSL color Cylindrical-coordinate representation of color #70FB7B: hue angle of 124.75º 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 #70FB7B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 251 | 123 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.02 |
| HSL | 124.75º | 0.95% | 0.71% | - |
| HSV(B) | 124.75º | 0.55% | 0.98% | - |
| XYZ | 44.75 | 73.87 | 30.64 | - |
| YUV | 194.85 | 87.45 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 251 | 123 | 0.55 | 0 | 0.51 | 0.02 | 124.75 | 0.95 | 0.71 |
| Hex | 70 | FB | 7B | 37 | 0 | 33 | 2 | 7D | 5F | 47 |
| Octal | 160 | 373 | 173 | 67 | 0 | 63 | 2 | 175 | 137 | 107 |
| Binary | 1110000 | 11111011 | 1111011 | 110111 | 0 | 110011 | 10 | 1111101 | 1011111 | 1000111 |
Color Harmonies of #70FB7B
Complementary color
Monochromatic Colors of #70FB7B
Black with #70FB7B
Text Example
Text Example
White with #70FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FB7B; }
p { color: rgb(112,251,123); }
H1.HeaderClassName
{
color: #70FB7B;
}
.AnyTagClassName
{
color: #70FB7B;
}
</style>
background-color css
<style>
a { background-color: #70FB7B; }
a { background-color: rgb(112,251,123); }
div.DivClassName
{
background-color: #70FB7B;
}
.BgClassName
{
background-color: #70FB7B;
}
</style>
border-color css
<style>
span { border-color: #70FB7B; }
span { border-color: rgb(112,251,123); }
td.TdClassName
{
border-color: #70FB7B;
}
.TagClassName
{
border-color: #70FB7B;
}
</style>