Shades of Screamin' Green #70F73D
Tints of Screamin' Green #70F73D
RGB
CMYK
RGB Variations
Color information
#70F73D (or 0x70F73D) is known color: Screamin' Green. HEX triplet: 70, F7 and 3D. RGB value is (112,247,61). Sum of RGB (Red+Green+Blue) = 112+247+61=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #70F73D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F73D is #8F08C2. Grayscale: #BABABA. Windows color (decimal): -9373891 or 4061040. OLE color: 4061040.
HSL color Cylindrical-coordinate representation of color #70F73D: hue angle of 103.55º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70F73D is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 61 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.03 |
| HSL | 103.55º | 0.92% | 0.6% | - |
| HSV(B) | 103.55º | 0.75% | 0.97% | - |
| XYZ | 40.79 | 70.3 | 15.84 | - |
| YUV | 185.43 | 57.77 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 61 | 0.55 | 0 | 0.75 | 0.03 | 103.55 | 0.92 | 0.6 |
| Hex | 70 | F7 | 3D | 37 | 0 | 4B | 3 | 68 | 5C | 3C |
| Octal | 160 | 367 | 75 | 67 | 0 | 113 | 3 | 150 | 134 | 74 |
| Binary | 1110000 | 11110111 | 111101 | 110111 | 0 | 1001011 | 11 | 1101000 | 1011100 | 111100 |
Color Harmonies of #70F73D
Complementary color
Monochromatic Colors of #70F73D
Black with #70F73D
Text Example
Text Example
White with #70F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F73D; }
p { color: rgb(112,247,61); }
H1.HeaderClassName
{
color: #70F73D;
}
.AnyTagClassName
{
color: #70F73D;
}
</style>
background-color css
<style>
a { background-color: #70F73D; }
a { background-color: rgb(112,247,61); }
div.DivClassName
{
background-color: #70F73D;
}
.BgClassName
{
background-color: #70F73D;
}
</style>
border-color css
<style>
span { border-color: #70F73D; }
span { border-color: rgb(112,247,61); }
td.TdClassName
{
border-color: #70F73D;
}
.TagClassName
{
border-color: #70F73D;
}
</style>