Shades of Light Green #70FE9B
Tints of Light Green #70FE9B
RGB
CMYK
RGB Variations
Color information
#70FE9B (or 0x70FE9B) is known color: Light Green. HEX triplet: 70, FE and 9B. RGB value is (112,254,155). Sum of RGB (Red+Green+Blue) = 112+254+155=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE9B is #8F0164. Grayscale: #C8C8C8. Windows color (decimal): -9372005 or 10223216. OLE color: 10223216.
HSL color Cylindrical-coordinate representation of color #70FE9B: hue angle of 138.17º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE9B is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 155 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.00 |
| HSL | 138.17º | 0.99% | 0.72% | - |
| HSV(B) | 138.17º | 0.56% | 1% | - |
| XYZ | 48.04 | 76.69 | 43.28 | - |
| YUV | 200.26 | 102.46 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 155 | 0.56 | 0 | 0.39 | 0.00 | 138.17 | 0.99 | 0.72 |
| Hex | 70 | FE | 9B | 38 | 0 | 27 | 0 | 8A | 63 | 48 |
| Octal | 160 | 376 | 233 | 70 | 0 | 47 | 0 | 212 | 143 | 110 |
| Binary | 1110000 | 11111110 | 10011011 | 111000 | 0 | 100111 | 0 | 10001010 | 1100011 | 1001000 |
Color Harmonies of #70FE9B
Complementary color
Monochromatic Colors of #70FE9B
Black with #70FE9B
Text Example
Text Example
White with #70FE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE9B; }
p { color: rgb(112,254,155); }
H1.HeaderClassName
{
color: #70FE9B;
}
.AnyTagClassName
{
color: #70FE9B;
}
</style>
background-color css
<style>
a { background-color: #70FE9B; }
a { background-color: rgb(112,254,155); }
div.DivClassName
{
background-color: #70FE9B;
}
.BgClassName
{
background-color: #70FE9B;
}
</style>
border-color css
<style>
span { border-color: #70FE9B; }
span { border-color: rgb(112,254,155); }
td.TdClassName
{
border-color: #70FE9B;
}
.TagClassName
{
border-color: #70FE9B;
}
</style>