Shades of Mantis #70CB51
Tints of Mantis #70CB51
RGB
CMYK
RGB Variations
Color information
#70CB51 (or 0x70CB51) is known color: Mantis. HEX triplet: 70, CB and 51. RGB value is (112,203,81). Sum of RGB (Red+Green+Blue) = 112+203+81=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB51 is #8F34AE. Grayscale: #A2A2A2. Windows color (decimal): -9385135 or 5360496. OLE color: 5360496.
HSL color Cylindrical-coordinate representation of color #70CB51: hue angle of 104.75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70CB51 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 81 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.20 |
| HSL | 104.75º | 0.54% | 0.56% | - |
| HSV(B) | 104.75º | 0.6% | 0.8% | - |
| XYZ | 29.52 | 46.75 | 15.25 | - |
| YUV | 161.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 81 | 0.45 | 0 | 0.60 | 0.20 | 104.75 | 0.54 | 0.56 |
| Hex | 70 | CB | 51 | 2D | 0 | 3C | 14 | 69 | 36 | 38 |
| Octal | 160 | 313 | 121 | 55 | 0 | 74 | 24 | 151 | 66 | 70 |
| Binary | 1110000 | 11001011 | 1010001 | 101101 | 0 | 111100 | 10100 | 1101001 | 110110 | 111000 |
Color Harmonies of #70CB51
Complementary color
Monochromatic Colors of #70CB51
Black with #70CB51
Text Example
Text Example
White with #70CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB51; }
p { color: rgb(112,203,81); }
H1.HeaderClassName
{
color: #70CB51;
}
.AnyTagClassName
{
color: #70CB51;
}
</style>
background-color css
<style>
a { background-color: #70CB51; }
a { background-color: rgb(112,203,81); }
div.DivClassName
{
background-color: #70CB51;
}
.BgClassName
{
background-color: #70CB51;
}
</style>
border-color css
<style>
span { border-color: #70CB51; }
span { border-color: rgb(112,203,81); }
td.TdClassName
{
border-color: #70CB51;
}
.TagClassName
{
border-color: #70CB51;
}
</style>