Shades of Screamin' Green #70FC77
Tints of Screamin' Green #70FC77
RGB
CMYK
RGB Variations
Color information
#70FC77 (or 0x70FC77) is known color: Screamin' Green. HEX triplet: 70, FC and 77. RGB value is (112,252,119). Sum of RGB (Red+Green+Blue) = 112+252+119=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FC77 is #8F0388. Grayscale: #C3C3C3. Windows color (decimal): -9372553 or 7863408. OLE color: 7863408.
HSL color Cylindrical-coordinate representation of color #70FC77: hue angle of 123º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FC77 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 119 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.01 |
| HSL | 123º | 0.96% | 0.71% | - |
| HSV(B) | 123º | 0.56% | 0.99% | - |
| XYZ | 44.82 | 74.4 | 29.45 | - |
| YUV | 194.98 | 85.12 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 119 | 0.56 | 0 | 0.53 | 0.01 | 123 | 0.96 | 0.71 |
| Hex | 70 | FC | 77 | 38 | 0 | 35 | 1 | 7B | 60 | 47 |
| Octal | 160 | 374 | 167 | 70 | 0 | 65 | 1 | 173 | 140 | 107 |
| Binary | 1110000 | 11111100 | 1110111 | 111000 | 0 | 110101 | 1 | 1111011 | 1100000 | 1000111 |
Color Harmonies of #70FC77
Complementary color
Monochromatic Colors of #70FC77
Black with #70FC77
Text Example
Text Example
White with #70FC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FC77; }
p { color: rgb(112,252,119); }
H1.HeaderClassName
{
color: #70FC77;
}
.AnyTagClassName
{
color: #70FC77;
}
</style>
background-color css
<style>
a { background-color: #70FC77; }
a { background-color: rgb(112,252,119); }
div.DivClassName
{
background-color: #70FC77;
}
.BgClassName
{
background-color: #70FC77;
}
</style>
border-color css
<style>
span { border-color: #70FC77; }
span { border-color: rgb(112,252,119); }
td.TdClassName
{
border-color: #70FC77;
}
.TagClassName
{
border-color: #70FC77;
}
</style>