Shades of Screamin' Green #70F952
Tints of Screamin' Green #70F952
RGB
CMYK
RGB Variations
Color information
#70F952 (or 0x70F952) is known color: Screamin' Green. HEX triplet: 70, F9 and 52. RGB value is (112,249,82). Sum of RGB (Red+Green+Blue) = 112+249+82=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #70F952 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F952 is #8F06AD. Grayscale: #BDBDBD. Windows color (decimal): -9373358 or 5437808. OLE color: 5437808.
HSL color Cylindrical-coordinate representation of color #70F952: hue angle of 109.22º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70F952 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 82 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.02 |
| HSL | 109.22º | 0.93% | 0.65% | - |
| HSV(B) | 109.22º | 0.67% | 0.98% | - |
| XYZ | 42.08 | 71.81 | 19.62 | - |
| YUV | 189 | 67.61 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 82 | 0.55 | 0 | 0.67 | 0.02 | 109.22 | 0.93 | 0.65 |
| Hex | 70 | F9 | 52 | 37 | 0 | 43 | 2 | 6D | 5D | 41 |
| Octal | 160 | 371 | 122 | 67 | 0 | 103 | 2 | 155 | 135 | 101 |
| Binary | 1110000 | 11111001 | 1010010 | 110111 | 0 | 1000011 | 10 | 1101101 | 1011101 | 1000001 |
Color Harmonies of #70F952
Complementary color
Monochromatic Colors of #70F952
Black with #70F952
Text Example
Text Example
White with #70F952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F952; }
p { color: rgb(112,249,82); }
H1.HeaderClassName
{
color: #70F952;
}
.AnyTagClassName
{
color: #70F952;
}
</style>
background-color css
<style>
a { background-color: #70F952; }
a { background-color: rgb(112,249,82); }
div.DivClassName
{
background-color: #70F952;
}
.BgClassName
{
background-color: #70F952;
}
</style>
border-color css
<style>
span { border-color: #70F952; }
span { border-color: rgb(112,249,82); }
td.TdClassName
{
border-color: #70F952;
}
.TagClassName
{
border-color: #70F952;
}
</style>