Shades of Light Green #70F69B
Tints of Light Green #70F69B
RGB
CMYK
RGB Variations
Color information
#70F69B (or 0x70F69B) is known color: Light Green. HEX triplet: 70, F6 and 9B. RGB value is (112,246,155). Sum of RGB (Red+Green+Blue) = 112+246+155=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #70F69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F69B is #8F0964. Grayscale: #C3C3C3. Windows color (decimal): -9374053 or 10221168. OLE color: 10221168.
HSL color Cylindrical-coordinate representation of color #70F69B: hue angle of 139.25º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F69B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 155 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.04 |
| HSL | 139.25º | 0.88% | 0.7% | - |
| HSV(B) | 139.25º | 0.54% | 0.96% | - |
| XYZ | 45.55 | 71.72 | 42.45 | - |
| YUV | 195.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 155 | 0.54 | 0 | 0.37 | 0.04 | 139.25 | 0.88 | 0.7 |
| Hex | 70 | F6 | 9B | 36 | 0 | 25 | 4 | 8B | 58 | 46 |
| Octal | 160 | 366 | 233 | 66 | 0 | 45 | 4 | 213 | 130 | 106 |
| Binary | 1110000 | 11110110 | 10011011 | 110110 | 0 | 100101 | 100 | 10001011 | 1011000 | 1000110 |
Color Harmonies of #70F69B
Complementary color
Monochromatic Colors of #70F69B
Black with #70F69B
Text Example
Text Example
White with #70F69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F69B; }
p { color: rgb(112,246,155); }
H1.HeaderClassName
{
color: #70F69B;
}
.AnyTagClassName
{
color: #70F69B;
}
</style>
background-color css
<style>
a { background-color: #70F69B; }
a { background-color: rgb(112,246,155); }
div.DivClassName
{
background-color: #70F69B;
}
.BgClassName
{
background-color: #70F69B;
}
</style>
border-color css
<style>
span { border-color: #70F69B; }
span { border-color: rgb(112,246,155); }
td.TdClassName
{
border-color: #70F69B;
}
.TagClassName
{
border-color: #70F69B;
}
</style>