Shades of Screamin' Green #70F87B
Tints of Screamin' Green #70F87B
RGB
CMYK
RGB Variations
Color information
#70F87B (or 0x70F87B) is known color: Screamin' Green. HEX triplet: 70, F8 and 7B. RGB value is (112,248,123). Sum of RGB (Red+Green+Blue) = 112+248+123=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #70F87B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F87B is #8F0784. Grayscale: #C1C1C1. Windows color (decimal): -9373573 or 8124528. OLE color: 8124528.
HSL color Cylindrical-coordinate representation of color #70F87B: hue angle of 124.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F87B is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 123 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.03 |
| HSL | 124.85º | 0.91% | 0.71% | - |
| HSV(B) | 124.85º | 0.55% | 0.97% | - |
| XYZ | 43.82 | 72.01 | 30.33 | - |
| YUV | 193.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 123 | 0.55 | 0 | 0.50 | 0.03 | 124.85 | 0.91 | 0.71 |
| Hex | 70 | F8 | 7B | 37 | 0 | 32 | 3 | 7D | 5B | 47 |
| Octal | 160 | 370 | 173 | 67 | 0 | 62 | 3 | 175 | 133 | 107 |
| Binary | 1110000 | 11111000 | 1111011 | 110111 | 0 | 110010 | 11 | 1111101 | 1011011 | 1000111 |
Color Harmonies of #70F87B
Complementary color
Monochromatic Colors of #70F87B
Black with #70F87B
Text Example
Text Example
White with #70F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F87B; }
p { color: rgb(112,248,123); }
H1.HeaderClassName
{
color: #70F87B;
}
.AnyTagClassName
{
color: #70F87B;
}
</style>
background-color css
<style>
a { background-color: #70F87B; }
a { background-color: rgb(112,248,123); }
div.DivClassName
{
background-color: #70F87B;
}
.BgClassName
{
background-color: #70F87B;
}
</style>
border-color css
<style>
span { border-color: #70F87B; }
span { border-color: rgb(112,248,123); }
td.TdClassName
{
border-color: #70F87B;
}
.TagClassName
{
border-color: #70F87B;
}
</style>