Shades of Screamin' Green #70F753
Tints of Screamin' Green #70F753
RGB
CMYK
RGB Variations
Color information
#70F753 (or 0x70F753) is known color: Screamin' Green. HEX triplet: 70, F7 and 53. RGB value is (112,247,83). Sum of RGB (Red+Green+Blue) = 112+247+83=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 247 (96.88% from 255 or 55.88% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 247 - color contains mainly: green. Hex color #70F753 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F753 is #8F08AC. Grayscale: #BCBCBC. Windows color (decimal): -9373869 or 5502832. OLE color: 5502832.
HSL color Cylindrical-coordinate representation of color #70F753: hue angle of 109.39º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70F753 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 83 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.03 |
| HSL | 109.39º | 0.91% | 0.65% | - |
| HSV(B) | 109.39º | 0.66% | 0.97% | - |
| XYZ | 41.5 | 70.59 | 19.62 | - |
| YUV | 187.94 | 68.77 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 83 | 0.55 | 0 | 0.66 | 0.03 | 109.39 | 0.91 | 0.65 |
| Hex | 70 | F7 | 53 | 37 | 0 | 42 | 3 | 6D | 5B | 41 |
| Octal | 160 | 367 | 123 | 67 | 0 | 102 | 3 | 155 | 133 | 101 |
| Binary | 1110000 | 11110111 | 1010011 | 110111 | 0 | 1000010 | 11 | 1101101 | 1011011 | 1000001 |
Color Harmonies of #70F753
Complementary color
Monochromatic Colors of #70F753
Black with #70F753
Text Example
Text Example
White with #70F753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F753; }
p { color: rgb(112,247,83); }
H1.HeaderClassName
{
color: #70F753;
}
.AnyTagClassName
{
color: #70F753;
}
</style>
background-color css
<style>
a { background-color: #70F753; }
a { background-color: rgb(112,247,83); }
div.DivClassName
{
background-color: #70F753;
}
.BgClassName
{
background-color: #70F753;
}
</style>
border-color css
<style>
span { border-color: #70F753; }
span { border-color: rgb(112,247,83); }
td.TdClassName
{
border-color: #70F753;
}
.TagClassName
{
border-color: #70F753;
}
</style>