Shades of Light Green #70FF8C
Tints of Light Green #70FF8C
RGB
CMYK
RGB Variations
Color information
#70FF8C (or 0x70FF8C) is known color: Light Green. HEX triplet: 70, FF and 8C. RGB value is (112,255,140). Sum of RGB (Red+Green+Blue) = 112+255+140=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF8C is #8F0073. Grayscale: #C7C7C7. Windows color (decimal): -9371764 or 9240432. OLE color: 9240432.
HSL color Cylindrical-coordinate representation of color #70FF8C: hue angle of 131.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF8C is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 255 | 140 | - |
| CMYK | 0.56 | 0 | 0.45 | 0 |
| HSL | 131.75º | 1% | 0.72% | - |
| HSV(B) | 131.75º | 0.56% | 1% | - |
| XYZ | 47.18 | 76.86 | 37.16 | - |
| YUV | 199.13 | 94.62 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 255 | 140 | 0.56 | 0 | 0.45 | 0 | 131.75 | 1 | 0.72 |
| Hex | 70 | FF | 8C | 38 | 0 | 2D | 0 | 84 | 64 | 48 |
| Octal | 160 | 377 | 214 | 70 | 0 | 55 | 0 | 204 | 144 | 110 |
| Binary | 1110000 | 11111111 | 10001100 | 111000 | 0 | 101101 | 0 | 10000100 | 1100100 | 1001000 |
Color Harmonies of #70FF8C
Complementary color
Monochromatic Colors of #70FF8C
Black with #70FF8C
Text Example
Text Example
White with #70FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FF8C; }
p { color: rgb(112,255,140); }
H1.HeaderClassName
{
color: #70FF8C;
}
.AnyTagClassName
{
color: #70FF8C;
}
</style>
background-color css
<style>
a { background-color: #70FF8C; }
a { background-color: rgb(112,255,140); }
div.DivClassName
{
background-color: #70FF8C;
}
.BgClassName
{
background-color: #70FF8C;
}
</style>
border-color css
<style>
span { border-color: #70FF8C; }
span { border-color: rgb(112,255,140); }
td.TdClassName
{
border-color: #70FF8C;
}
.TagClassName
{
border-color: #70FF8C;
}
</style>