Shades of Light Green #70F294
Tints of Light Green #70F294
RGB
CMYK
RGB Variations
Color information
#70F294 (or 0x70F294) is known color: Light Green. HEX triplet: 70, F2 and 94. RGB value is (112,242,148). Sum of RGB (Red+Green+Blue) = 112+242+148=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #70F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F294 is #8F0D6B. Grayscale: #C0C0C0. Windows color (decimal): -9375084 or 9761392. OLE color: 9761392.
HSL color Cylindrical-coordinate representation of color #70F294: hue angle of 136.62º 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 #70F294 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 148 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.05 |
| HSL | 136.62º | 0.83% | 0.69% | - |
| HSV(B) | 136.62º | 0.54% | 0.95% | - |
| XYZ | 43.78 | 69.09 | 39.04 | - |
| YUV | 192.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 148 | 0.54 | 0 | 0.39 | 0.05 | 136.62 | 0.83 | 0.69 |
| Hex | 70 | F2 | 94 | 36 | 0 | 27 | 5 | 89 | 53 | 45 |
| Octal | 160 | 362 | 224 | 66 | 0 | 47 | 5 | 211 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10010100 | 110110 | 0 | 100111 | 101 | 10001001 | 1010011 | 1000101 |
Color Harmonies of #70F294
Complementary color
Monochromatic Colors of #70F294
Black with #70F294
Text Example
Text Example
White with #70F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F294; }
p { color: rgb(112,242,148); }
H1.HeaderClassName
{
color: #70F294;
}
.AnyTagClassName
{
color: #70F294;
}
</style>
background-color css
<style>
a { background-color: #70F294; }
a { background-color: rgb(112,242,148); }
div.DivClassName
{
background-color: #70F294;
}
.BgClassName
{
background-color: #70F294;
}
</style>
border-color css
<style>
span { border-color: #70F294; }
span { border-color: rgb(112,242,148); }
td.TdClassName
{
border-color: #70F294;
}
.TagClassName
{
border-color: #70F294;
}
</style>