Shades of Screamin' Green #70F96D
Tints of Screamin' Green #70F96D
RGB
CMYK
RGB Variations
Color information
#70F96D (or 0x70F96D) is known color: Screamin' Green. HEX triplet: 70, F9 and 6D. RGB value is (112,249,109). Sum of RGB (Red+Green+Blue) = 112+249+109=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #70F96D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F96D is #8F0692. Grayscale: #C0C0C0. Windows color (decimal): -9373331 or 7207280. OLE color: 7207280.
HSL color Cylindrical-coordinate representation of color #70F96D: hue angle of 118.71º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70F96D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 109 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.02 |
| HSL | 118.71º | 0.92% | 0.7% | - |
| HSV(B) | 118.71º | 0.56% | 0.98% | - |
| XYZ | 43.32 | 72.3 | 26.14 | - |
| YUV | 192.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 109 | 0.55 | 0 | 0.56 | 0.02 | 118.71 | 0.92 | 0.7 |
| Hex | 70 | F9 | 6D | 37 | 0 | 38 | 2 | 77 | 5C | 46 |
| Octal | 160 | 371 | 155 | 67 | 0 | 70 | 2 | 167 | 134 | 106 |
| Binary | 1110000 | 11111001 | 1101101 | 110111 | 0 | 111000 | 10 | 1110111 | 1011100 | 1000110 |
Color Harmonies of #70F96D
Complementary color
Monochromatic Colors of #70F96D
Black with #70F96D
Text Example
Text Example
White with #70F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F96D; }
p { color: rgb(112,249,109); }
H1.HeaderClassName
{
color: #70F96D;
}
.AnyTagClassName
{
color: #70F96D;
}
</style>
background-color css
<style>
a { background-color: #70F96D; }
a { background-color: rgb(112,249,109); }
div.DivClassName
{
background-color: #70F96D;
}
.BgClassName
{
background-color: #70F96D;
}
</style>
border-color css
<style>
span { border-color: #70F96D; }
span { border-color: rgb(112,249,109); }
td.TdClassName
{
border-color: #70F96D;
}
.TagClassName
{
border-color: #70F96D;
}
</style>