Shades of Light Green #70F09D
Tints of Light Green #70F09D
RGB
CMYK
RGB Variations
Color information
#70F09D (or 0x70F09D) is known color: Light Green. HEX triplet: 70, F0 and 9D. RGB value is (112,240,157). Sum of RGB (Red+Green+Blue) = 112+240+157=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #70F09D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F09D is #8F0F62. Grayscale: #C0C0C0. Windows color (decimal): -9375587 or 10350704. OLE color: 10350704.
HSL color Cylindrical-coordinate representation of color #70F09D: hue angle of 141.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F09D is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 157 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.06 |
| HSL | 141.09º | 0.81% | 0.69% | - |
| HSV(B) | 141.09º | 0.53% | 0.94% | - |
| XYZ | 43.93 | 68.2 | 42.75 | - |
| YUV | 192.27 | 108.09 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 157 | 0.53 | 0 | 0.35 | 0.06 | 141.09 | 0.81 | 0.69 |
| Hex | 70 | F0 | 9D | 35 | 0 | 23 | 6 | 8D | 51 | 45 |
| Octal | 160 | 360 | 235 | 65 | 0 | 43 | 6 | 215 | 121 | 105 |
| Binary | 1110000 | 11110000 | 10011101 | 110101 | 0 | 100011 | 110 | 10001101 | 1010001 | 1000101 |
Color Harmonies of #70F09D
Complementary color
Monochromatic Colors of #70F09D
Black with #70F09D
Text Example
Text Example
White with #70F09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F09D; }
p { color: rgb(112,240,157); }
H1.HeaderClassName
{
color: #70F09D;
}
.AnyTagClassName
{
color: #70F09D;
}
</style>
background-color css
<style>
a { background-color: #70F09D; }
a { background-color: rgb(112,240,157); }
div.DivClassName
{
background-color: #70F09D;
}
.BgClassName
{
background-color: #70F09D;
}
</style>
border-color css
<style>
span { border-color: #70F09D; }
span { border-color: rgb(112,240,157); }
td.TdClassName
{
border-color: #70F09D;
}
.TagClassName
{
border-color: #70F09D;
}
</style>