Shades of Light Green #70F997
Tints of Light Green #70F997
RGB
CMYK
RGB Variations
Color information
#70F997 (or 0x70F997) is known color: Light Green. HEX triplet: 70, F9 and 97. RGB value is (112,249,151). Sum of RGB (Red+Green+Blue) = 112+249+151=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #70F997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F997 is #8F0668. Grayscale: #C5C5C5. Windows color (decimal): -9373289 or 9959792. OLE color: 9959792.
HSL color Cylindrical-coordinate representation of color #70F997: hue angle of 137.08º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F997 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 151 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.02 |
| HSL | 137.08º | 0.92% | 0.71% | - |
| HSV(B) | 137.08º | 0.55% | 0.98% | - |
| XYZ | 46.14 | 73.43 | 41.02 | - |
| YUV | 196.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 151 | 0.55 | 0 | 0.39 | 0.02 | 137.08 | 0.92 | 0.71 |
| Hex | 70 | F9 | 97 | 37 | 0 | 27 | 2 | 89 | 5C | 47 |
| Octal | 160 | 371 | 227 | 67 | 0 | 47 | 2 | 211 | 134 | 107 |
| Binary | 1110000 | 11111001 | 10010111 | 110111 | 0 | 100111 | 10 | 10001001 | 1011100 | 1000111 |
Color Harmonies of #70F997
Complementary color
Monochromatic Colors of #70F997
Black with #70F997
Text Example
Text Example
White with #70F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F997; }
p { color: rgb(112,249,151); }
H1.HeaderClassName
{
color: #70F997;
}
.AnyTagClassName
{
color: #70F997;
}
</style>
background-color css
<style>
a { background-color: #70F997; }
a { background-color: rgb(112,249,151); }
div.DivClassName
{
background-color: #70F997;
}
.BgClassName
{
background-color: #70F997;
}
</style>
border-color css
<style>
span { border-color: #70F997; }
span { border-color: rgb(112,249,151); }
td.TdClassName
{
border-color: #70F997;
}
.TagClassName
{
border-color: #70F997;
}
</style>