Shades of Mantis #70B45C
Tints of Mantis #70B45C
RGB
CMYK
RGB Variations
Color information
#70B45C (or 0x70B45C) is known color: Mantis. HEX triplet: 70, B4 and 5C. RGB value is (112,180,92). Sum of RGB (Red+Green+Blue) = 112+180+92=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #70B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B45C is #8F4BA3. Grayscale: #959595. Windows color (decimal): -9391012 or 6075504. OLE color: 6075504.
HSL color Cylindrical-coordinate representation of color #70B45C: hue angle of 106.36º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B45C is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 92 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.29 |
| HSL | 106.36º | 0.37% | 0.53% | - |
| HSV(B) | 106.36º | 0.49% | 0.71% | - |
| XYZ | 24.94 | 36.86 | 15.93 | - |
| YUV | 149.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 92 | 0.38 | 0 | 0.49 | 0.29 | 106.36 | 0.37 | 0.53 |
| Hex | 70 | B4 | 5C | 26 | 0 | 31 | 1D | 6A | 25 | 35 |
| Octal | 160 | 264 | 134 | 46 | 0 | 61 | 35 | 152 | 45 | 65 |
| Binary | 1110000 | 10110100 | 1011100 | 100110 | 0 | 110001 | 11101 | 1101010 | 100101 | 110101 |
Color Harmonies of #70B45C
Complementary color
Monochromatic Colors of #70B45C
Black with #70B45C
Text Example
Text Example
White with #70B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B45C; }
p { color: rgb(112,180,92); }
H1.HeaderClassName
{
color: #70B45C;
}
.AnyTagClassName
{
color: #70B45C;
}
</style>
background-color css
<style>
a { background-color: #70B45C; }
a { background-color: rgb(112,180,92); }
div.DivClassName
{
background-color: #70B45C;
}
.BgClassName
{
background-color: #70B45C;
}
</style>
border-color css
<style>
span { border-color: #70B45C; }
span { border-color: rgb(112,180,92); }
td.TdClassName
{
border-color: #70B45C;
}
.TagClassName
{
border-color: #70B45C;
}
</style>