Shades of Light Green #70F29C
Tints of Light Green #70F29C
RGB
CMYK
RGB Variations
Color information
#70F29C (or 0x70F29C) is known color: Light Green. HEX triplet: 70, F2 and 9C. RGB value is (112,242,156). Sum of RGB (Red+Green+Blue) = 112+242+156=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #70F29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F29C is #8F0D63. Grayscale: #C1C1C1. Windows color (decimal): -9375076 or 10285680. OLE color: 10285680.
HSL color Cylindrical-coordinate representation of color #70F29C: hue angle of 140.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F29C is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 156 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.05 |
| HSL | 140.31º | 0.83% | 0.69% | - |
| HSV(B) | 140.31º | 0.54% | 0.95% | - |
| XYZ | 44.43 | 69.35 | 42.5 | - |
| YUV | 193.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 156 | 0.54 | 0 | 0.36 | 0.05 | 140.31 | 0.83 | 0.69 |
| Hex | 70 | F2 | 9C | 36 | 0 | 24 | 5 | 8C | 53 | 45 |
| Octal | 160 | 362 | 234 | 66 | 0 | 44 | 5 | 214 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10011100 | 110110 | 0 | 100100 | 101 | 10001100 | 1010011 | 1000101 |
Color Harmonies of #70F29C
Complementary color
Monochromatic Colors of #70F29C
Black with #70F29C
Text Example
Text Example
White with #70F29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F29C; }
p { color: rgb(112,242,156); }
H1.HeaderClassName
{
color: #70F29C;
}
.AnyTagClassName
{
color: #70F29C;
}
</style>
background-color css
<style>
a { background-color: #70F29C; }
a { background-color: rgb(112,242,156); }
div.DivClassName
{
background-color: #70F29C;
}
.BgClassName
{
background-color: #70F29C;
}
</style>
border-color css
<style>
span { border-color: #70F29C; }
span { border-color: rgb(112,242,156); }
td.TdClassName
{
border-color: #70F29C;
}
.TagClassName
{
border-color: #70F29C;
}
</style>