Shades of Screamin' Green #70FF89
Tints of Screamin' Green #70FF89
RGB
CMYK
RGB Variations
Color information
#70FF89 (or 0x70FF89) is known color: Screamin' Green. HEX triplet: 70, FF and 89. RGB value is (112,255,137). Sum of RGB (Red+Green+Blue) = 112+255+137=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF89 is #8F0076. Grayscale: #C7C7C7. Windows color (decimal): -9371767 or 9043824. OLE color: 9043824.
HSL color Cylindrical-coordinate representation of color #70FF89: hue angle of 130.49º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF89 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 137 | - |
| CMYK | 0.56 | 0 | 0.46 | 0 |
| HSL | 130.49º | 1% | 0.72% | - |
| HSV(B) | 130.49º | 0.56% | 1% | - |
| XYZ | 46.96 | 76.77 | 36.01 | - |
| YUV | 198.79 | 93.12 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 137 | 0.56 | 0 | 0.46 | 0 | 130.49 | 1 | 0.72 |
| Hex | 70 | FF | 89 | 38 | 0 | 2E | 0 | 82 | 64 | 48 |
| Octal | 160 | 377 | 211 | 70 | 0 | 56 | 0 | 202 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10001001 | 111000 | 0 | 101110 | 0 | 10000010 | 1100100 | 1001000 |
Color Harmonies of #70FF89
Complementary color
Monochromatic Colors of #70FF89
Black with #70FF89
Text Example
Text Example
White with #70FF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF89; }
p { color: rgb(112,255,137); }
H1.HeaderClassName
{
color: #70FF89;
}
.AnyTagClassName
{
color: #70FF89;
}
</style>
background-color css
<style>
a { background-color: #70FF89; }
a { background-color: rgb(112,255,137); }
div.DivClassName
{
background-color: #70FF89;
}
.BgClassName
{
background-color: #70FF89;
}
</style>
border-color css
<style>
span { border-color: #70FF89; }
span { border-color: rgb(112,255,137); }
td.TdClassName
{
border-color: #70FF89;
}
.TagClassName
{
border-color: #70FF89;
}
</style>