Shades of Mantis #70C350
Tints of Mantis #70C350
RGB
CMYK
RGB Variations
Color information
#70C350 (or 0x70C350) is known color: Mantis. HEX triplet: 70, C3 and 50. RGB value is (112,195,80). Sum of RGB (Red+Green+Blue) = 112+195+80=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #70C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C350 is #8F3CAF. Grayscale: #9D9D9D. Windows color (decimal): -9387184 or 5292912. OLE color: 5292912.
HSL color Cylindrical-coordinate representation of color #70C350: hue angle of 103.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70C350 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 80 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.24 |
| HSL | 103.3º | 0.49% | 0.54% | - |
| HSV(B) | 103.3º | 0.59% | 0.76% | - |
| XYZ | 27.65 | 43.05 | 14.44 | - |
| YUV | 157.07 | 84.5 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 80 | 0.43 | 0 | 0.59 | 0.24 | 103.3 | 0.49 | 0.54 |
| Hex | 70 | C3 | 50 | 2B | 0 | 3B | 18 | 67 | 31 | 36 |
| Octal | 160 | 303 | 120 | 53 | 0 | 73 | 30 | 147 | 61 | 66 |
| Binary | 1110000 | 11000011 | 1010000 | 101011 | 0 | 111011 | 11000 | 1100111 | 110001 | 110110 |
Color Harmonies of #70C350
Complementary color
Monochromatic Colors of #70C350
Black with #70C350
Text Example
Text Example
White with #70C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C350; }
p { color: rgb(112,195,80); }
H1.HeaderClassName
{
color: #70C350;
}
.AnyTagClassName
{
color: #70C350;
}
</style>
background-color css
<style>
a { background-color: #70C350; }
a { background-color: rgb(112,195,80); }
div.DivClassName
{
background-color: #70C350;
}
.BgClassName
{
background-color: #70C350;
}
</style>
border-color css
<style>
span { border-color: #70C350; }
span { border-color: rgb(112,195,80); }
td.TdClassName
{
border-color: #70C350;
}
.TagClassName
{
border-color: #70C350;
}
</style>