Shades of Light Green #70E997
Tints of Light Green #70E997
RGB
CMYK
RGB Variations
Color information
#70E997 (or 0x70E997) is known color: Light Green. HEX triplet: 70, E9 and 97. RGB value is (112,233,151). Sum of RGB (Red+Green+Blue) = 112+233+151=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #70E997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E997 is #8F1668. Grayscale: #BBBBBB. Windows color (decimal): -9377385 or 9955696. OLE color: 9955696.
HSL color Cylindrical-coordinate representation of color #70E997: hue angle of 139.34º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E997 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 151 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.09 |
| HSL | 139.34º | 0.73% | 0.68% | - |
| HSV(B) | 139.34º | 0.52% | 0.91% | - |
| XYZ | 41.41 | 63.96 | 39.44 | - |
| YUV | 187.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 151 | 0.52 | 0 | 0.35 | 0.09 | 139.34 | 0.73 | 0.68 |
| Hex | 70 | E9 | 97 | 34 | 0 | 23 | 9 | 8B | 49 | 44 |
| Octal | 160 | 351 | 227 | 64 | 0 | 43 | 11 | 213 | 111 | 104 |
| Binary | 1110000 | 11101001 | 10010111 | 110100 | 0 | 100011 | 1001 | 10001011 | 1001001 | 1000100 |
Color Harmonies of #70E997
Complementary color
Monochromatic Colors of #70E997
Black with #70E997
Text Example
Text Example
White with #70E997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E997; }
p { color: rgb(112,233,151); }
H1.HeaderClassName
{
color: #70E997;
}
.AnyTagClassName
{
color: #70E997;
}
</style>
background-color css
<style>
a { background-color: #70E997; }
a { background-color: rgb(112,233,151); }
div.DivClassName
{
background-color: #70E997;
}
.BgClassName
{
background-color: #70E997;
}
</style>
border-color css
<style>
span { border-color: #70E997; }
span { border-color: rgb(112,233,151); }
td.TdClassName
{
border-color: #70E997;
}
.TagClassName
{
border-color: #70E997;
}
</style>