Shades of Screamin' Green #70FE76
Tints of Screamin' Green #70FE76
RGB
CMYK
RGB Variations
Color information
#70FE76 (or 0x70FE76) is known color: Screamin' Green. HEX triplet: 70, FE and 76. RGB value is (112,254,118). Sum of RGB (Red+Green+Blue) = 112+254+118=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FE76 is #8F0189. Grayscale: #C4C4C4. Windows color (decimal): -9372042 or 7798384. OLE color: 7798384.
HSL color Cylindrical-coordinate representation of color #70FE76: hue angle of 122.54º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE76 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 118 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.00 |
| HSL | 122.54º | 0.99% | 0.72% | - |
| HSV(B) | 122.54º | 0.56% | 1% | - |
| XYZ | 45.39 | 75.64 | 29.35 | - |
| YUV | 196.04 | 83.96 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 118 | 0.56 | 0 | 0.54 | 0.00 | 122.54 | 0.99 | 0.72 |
| Hex | 70 | FE | 76 | 38 | 0 | 36 | 0 | 7B | 63 | 48 |
| Octal | 160 | 376 | 166 | 70 | 0 | 66 | 0 | 173 | 143 | 110 |
| Binary | 1110000 | 11111110 | 1110110 | 111000 | 0 | 110110 | 0 | 1111011 | 1100011 | 1001000 |
Color Harmonies of #70FE76
Complementary color
Monochromatic Colors of #70FE76
Black with #70FE76
Text Example
Text Example
White with #70FE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE76; }
p { color: rgb(112,254,118); }
H1.HeaderClassName
{
color: #70FE76;
}
.AnyTagClassName
{
color: #70FE76;
}
</style>
background-color css
<style>
a { background-color: #70FE76; }
a { background-color: rgb(112,254,118); }
div.DivClassName
{
background-color: #70FE76;
}
.BgClassName
{
background-color: #70FE76;
}
</style>
border-color css
<style>
span { border-color: #70FE76; }
span { border-color: rgb(112,254,118); }
td.TdClassName
{
border-color: #70FE76;
}
.TagClassName
{
border-color: #70FE76;
}
</style>