Shades of Screamin' Green #70FE59
Tints of Screamin' Green #70FE59
RGB
CMYK
RGB Variations
Color information
#70FE59 (or 0x70FE59) is known color: Screamin' Green. HEX triplet: 70, FE and 59. RGB value is (112,254,89). Sum of RGB (Red+Green+Blue) = 112+254+89=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE59 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FE59 is #8F01A6. Grayscale: #C1C1C1. Windows color (decimal): -9372071 or 5897840. OLE color: 5897840.
HSL color Cylindrical-coordinate representation of color #70FE59: hue angle of 111.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70FE59 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 89 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.00 |
| HSL | 111.64º | 0.99% | 0.67% | - |
| HSV(B) | 111.64º | 0.65% | 1% | - |
| XYZ | 43.93 | 75.05 | 21.62 | - |
| YUV | 192.73 | 69.46 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 89 | 0.56 | 0 | 0.65 | 0.00 | 111.64 | 0.99 | 0.67 |
| Hex | 70 | FE | 59 | 38 | 0 | 41 | 0 | 70 | 63 | 43 |
| Octal | 160 | 376 | 131 | 70 | 0 | 101 | 0 | 160 | 143 | 103 |
| Binary | 1110000 | 11111110 | 1011001 | 111000 | 0 | 1000001 | 0 | 1110000 | 1100011 | 1000011 |
Color Harmonies of #70FE59
Complementary color
Monochromatic Colors of #70FE59
Black with #70FE59
Text Example
Text Example
White with #70FE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE59; }
p { color: rgb(112,254,89); }
H1.HeaderClassName
{
color: #70FE59;
}
.AnyTagClassName
{
color: #70FE59;
}
</style>
background-color css
<style>
a { background-color: #70FE59; }
a { background-color: rgb(112,254,89); }
div.DivClassName
{
background-color: #70FE59;
}
.BgClassName
{
background-color: #70FE59;
}
</style>
border-color css
<style>
span { border-color: #70FE59; }
span { border-color: rgb(112,254,89); }
td.TdClassName
{
border-color: #70FE59;
}
.TagClassName
{
border-color: #70FE59;
}
</style>