Shades of Screamin' Green #70F172
Tints of Screamin' Green #70F172
RGB
CMYK
RGB Variations
Color information
#70F172 (or 0x70F172) is known color: Screamin' Green. HEX triplet: 70, F1 and 72. RGB value is (112,241,114). Sum of RGB (Red+Green+Blue) = 112+241+114=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #70F172 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F172 is #8F0E8D. Grayscale: #BCBCBC. Windows color (decimal): -9375374 or 7532912. OLE color: 7532912.
HSL color Cylindrical-coordinate representation of color #70F172: hue angle of 120.93º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F172 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 114 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.05 |
| HSL | 120.93º | 0.82% | 0.69% | - |
| HSV(B) | 120.93º | 0.54% | 0.95% | - |
| XYZ | 41.17 | 67.57 | 26.79 | - |
| YUV | 187.95 | 86.26 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 114 | 0.54 | 0 | 0.53 | 0.05 | 120.93 | 0.82 | 0.69 |
| Hex | 70 | F1 | 72 | 36 | 0 | 35 | 5 | 79 | 52 | 45 |
| Octal | 160 | 361 | 162 | 66 | 0 | 65 | 5 | 171 | 122 | 105 |
| Binary | 1110000 | 11110001 | 1110010 | 110110 | 0 | 110101 | 101 | 1111001 | 1010010 | 1000101 |
Color Harmonies of #70F172
Complementary color
Monochromatic Colors of #70F172
Black with #70F172
Text Example
Text Example
White with #70F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F172; }
p { color: rgb(112,241,114); }
H1.HeaderClassName
{
color: #70F172;
}
.AnyTagClassName
{
color: #70F172;
}
</style>
background-color css
<style>
a { background-color: #70F172; }
a { background-color: rgb(112,241,114); }
div.DivClassName
{
background-color: #70F172;
}
.BgClassName
{
background-color: #70F172;
}
</style>
border-color css
<style>
span { border-color: #70F172; }
span { border-color: rgb(112,241,114); }
td.TdClassName
{
border-color: #70F172;
}
.TagClassName
{
border-color: #70F172;
}
</style>