Shades of Screamin' Green #70F97C
Tints of Screamin' Green #70F97C
RGB
CMYK
RGB Variations
Color information
#70F97C (or 0x70F97C) is known color: Screamin' Green. HEX triplet: 70, F9 and 7C. RGB value is (112,249,124). Sum of RGB (Red+Green+Blue) = 112+249+124=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #70F97C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F97C is #8F0683. Grayscale: #C2C2C2. Windows color (decimal): -9373316 or 8190320. OLE color: 8190320.
HSL color Cylindrical-coordinate representation of color #70F97C: hue angle of 125.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F97C is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 124 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.02 |
| HSL | 125.26º | 0.92% | 0.71% | - |
| HSV(B) | 125.26º | 0.55% | 0.98% | - |
| XYZ | 44.2 | 72.65 | 30.76 | - |
| YUV | 193.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 124 | 0.55 | 0 | 0.50 | 0.02 | 125.26 | 0.92 | 0.71 |
| Hex | 70 | F9 | 7C | 37 | 0 | 32 | 2 | 7D | 5C | 47 |
| Octal | 160 | 371 | 174 | 67 | 0 | 62 | 2 | 175 | 134 | 107 |
| Binary | 1110000 | 11111001 | 1111100 | 110111 | 0 | 110010 | 10 | 1111101 | 1011100 | 1000111 |
Color Harmonies of #70F97C
Complementary color
Monochromatic Colors of #70F97C
Black with #70F97C
Text Example
Text Example
White with #70F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F97C; }
p { color: rgb(112,249,124); }
H1.HeaderClassName
{
color: #70F97C;
}
.AnyTagClassName
{
color: #70F97C;
}
</style>
background-color css
<style>
a { background-color: #70F97C; }
a { background-color: rgb(112,249,124); }
div.DivClassName
{
background-color: #70F97C;
}
.BgClassName
{
background-color: #70F97C;
}
</style>
border-color css
<style>
span { border-color: #70F97C; }
span { border-color: rgb(112,249,124); }
td.TdClassName
{
border-color: #70F97C;
}
.TagClassName
{
border-color: #70F97C;
}
</style>