Shades of Mantis #70BE62
Tints of Mantis #70BE62
RGB
CMYK
RGB Variations
Color information
#70BE62 (or 0x70BE62) is known color: Mantis. HEX triplet: 70, BE and 62. RGB value is (112,190,98). Sum of RGB (Red+Green+Blue) = 112+190+98=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE62 is #8F419D. Grayscale: #9C9C9C. Windows color (decimal): -9388446 or 6471280. OLE color: 6471280.
HSL color Cylindrical-coordinate representation of color #70BE62: hue angle of 110.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BE62 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 98 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.25 |
| HSL | 110.87º | 0.41% | 0.56% | - |
| HSV(B) | 110.87º | 0.48% | 0.75% | - |
| XYZ | 27.3 | 41.15 | 18.06 | - |
| YUV | 156.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 98 | 0.41 | 0 | 0.48 | 0.25 | 110.87 | 0.41 | 0.56 |
| Hex | 70 | BE | 62 | 29 | 0 | 30 | 19 | 6F | 29 | 38 |
| Octal | 160 | 276 | 142 | 51 | 0 | 60 | 31 | 157 | 51 | 70 |
| Binary | 1110000 | 10111110 | 1100010 | 101001 | 0 | 110000 | 11001 | 1101111 | 101001 | 111000 |
Color Harmonies of #70BE62
Complementary color
Monochromatic Colors of #70BE62
Black with #70BE62
Text Example
Text Example
White with #70BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE62; }
p { color: rgb(112,190,98); }
H1.HeaderClassName
{
color: #70BE62;
}
.AnyTagClassName
{
color: #70BE62;
}
</style>
background-color css
<style>
a { background-color: #70BE62; }
a { background-color: rgb(112,190,98); }
div.DivClassName
{
background-color: #70BE62;
}
.BgClassName
{
background-color: #70BE62;
}
</style>
border-color css
<style>
span { border-color: #70BE62; }
span { border-color: rgb(112,190,98); }
td.TdClassName
{
border-color: #70BE62;
}
.TagClassName
{
border-color: #70BE62;
}
</style>