Shades of Light Green #70F19B
Tints of Light Green #70F19B
RGB
CMYK
RGB Variations
Color information
#70F19B (or 0x70F19B) is known color: Light Green. HEX triplet: 70, F1 and 9B. RGB value is (112,241,155). Sum of RGB (Red+Green+Blue) = 112+241+155=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #70F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F19B is #8F0E64. Grayscale: #C0C0C0. Windows color (decimal): -9375333 or 10219888. OLE color: 10219888.
HSL color Cylindrical-coordinate representation of color #70F19B: hue angle of 140º degrees, saturation: 0.82, 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 #70F19B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 155 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.05 |
| HSL | 140º | 0.82% | 0.69% | - |
| HSV(B) | 140º | 0.54% | 0.95% | - |
| XYZ | 44.05 | 68.72 | 41.95 | - |
| YUV | 192.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 155 | 0.54 | 0 | 0.36 | 0.05 | 140 | 0.82 | 0.69 |
| Hex | 70 | F1 | 9B | 36 | 0 | 24 | 5 | 8C | 52 | 45 |
| Octal | 160 | 361 | 233 | 66 | 0 | 44 | 5 | 214 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10011011 | 110110 | 0 | 100100 | 101 | 10001100 | 1010010 | 1000101 |
Color Harmonies of #70F19B
Complementary color
Monochromatic Colors of #70F19B
Black with #70F19B
Text Example
Text Example
White with #70F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F19B; }
p { color: rgb(112,241,155); }
H1.HeaderClassName
{
color: #70F19B;
}
.AnyTagClassName
{
color: #70F19B;
}
</style>
background-color css
<style>
a { background-color: #70F19B; }
a { background-color: rgb(112,241,155); }
div.DivClassName
{
background-color: #70F19B;
}
.BgClassName
{
background-color: #70F19B;
}
</style>
border-color css
<style>
span { border-color: #70F19B; }
span { border-color: rgb(112,241,155); }
td.TdClassName
{
border-color: #70F19B;
}
.TagClassName
{
border-color: #70F19B;
}
</style>