Shades of Screamin' Green #70F53D
Tints of Screamin' Green #70F53D
RGB
CMYK
RGB Variations
Color information
#70F53D (or 0x70F53D) is known color: Screamin' Green. HEX triplet: 70, F5 and 3D. RGB value is (112,245,61). Sum of RGB (Red+Green+Blue) = 112+245+61=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #70F53D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F53D is #8F0AC2. Grayscale: #B8B8B8. Windows color (decimal): -9374403 or 4060528. OLE color: 4060528.
HSL color Cylindrical-coordinate representation of color #70F53D: hue angle of 103.37º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70F53D is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 61 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.04 |
| HSL | 103.37º | 0.9% | 0.6% | - |
| HSV(B) | 103.37º | 0.75% | 0.96% | - |
| XYZ | 40.18 | 69.09 | 15.63 | - |
| YUV | 184.26 | 58.44 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 61 | 0.54 | 0 | 0.75 | 0.04 | 103.37 | 0.9 | 0.6 |
| Hex | 70 | F5 | 3D | 36 | 0 | 4B | 4 | 67 | 5A | 3C |
| Octal | 160 | 365 | 75 | 66 | 0 | 113 | 4 | 147 | 132 | 74 |
| Binary | 1110000 | 11110101 | 111101 | 110110 | 0 | 1001011 | 100 | 1100111 | 1011010 | 111100 |
Color Harmonies of #70F53D
Complementary color
Monochromatic Colors of #70F53D
Black with #70F53D
Text Example
Text Example
White with #70F53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F53D; }
p { color: rgb(112,245,61); }
H1.HeaderClassName
{
color: #70F53D;
}
.AnyTagClassName
{
color: #70F53D;
}
</style>
background-color css
<style>
a { background-color: #70F53D; }
a { background-color: rgb(112,245,61); }
div.DivClassName
{
background-color: #70F53D;
}
.BgClassName
{
background-color: #70F53D;
}
</style>
border-color css
<style>
span { border-color: #70F53D; }
span { border-color: rgb(112,245,61); }
td.TdClassName
{
border-color: #70F53D;
}
.TagClassName
{
border-color: #70F53D;
}
</style>