Shades of Light Green #70F995
Tints of Light Green #70F995
RGB
CMYK
RGB Variations
Color information
#70F995 (or 0x70F995) is known color: Light Green. HEX triplet: 70, F9 and 95. RGB value is (112,249,149). Sum of RGB (Red+Green+Blue) = 112+249+149=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #70F995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F995 is #8F066A. Grayscale: #C4C4C4. Windows color (decimal): -9373291 or 9828720. OLE color: 9828720.
HSL color Cylindrical-coordinate representation of color #70F995: hue angle of 136.2º 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 #70F995 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 149 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.02 |
| HSL | 136.2º | 0.92% | 0.71% | - |
| HSV(B) | 136.2º | 0.55% | 0.98% | - |
| XYZ | 45.98 | 73.37 | 40.17 | - |
| YUV | 196.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 149 | 0.55 | 0 | 0.40 | 0.02 | 136.2 | 0.92 | 0.71 |
| Hex | 70 | F9 | 95 | 37 | 0 | 28 | 2 | 88 | 5C | 47 |
| Octal | 160 | 371 | 225 | 67 | 0 | 50 | 2 | 210 | 134 | 107 |
| Binary | 1110000 | 11111001 | 10010101 | 110111 | 0 | 101000 | 10 | 10001000 | 1011100 | 1000111 |
Color Harmonies of #70F995
Complementary color
Monochromatic Colors of #70F995
Black with #70F995
Text Example
Text Example
White with #70F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F995; }
p { color: rgb(112,249,149); }
H1.HeaderClassName
{
color: #70F995;
}
.AnyTagClassName
{
color: #70F995;
}
</style>
background-color css
<style>
a { background-color: #70F995; }
a { background-color: rgb(112,249,149); }
div.DivClassName
{
background-color: #70F995;
}
.BgClassName
{
background-color: #70F995;
}
</style>
border-color css
<style>
span { border-color: #70F995; }
span { border-color: rgb(112,249,149); }
td.TdClassName
{
border-color: #70F995;
}
.TagClassName
{
border-color: #70F995;
}
</style>