Shades of Mantis #70CE55
Tints of Mantis #70CE55
RGB
CMYK
RGB Variations
Color information
#70CE55 (or 0x70CE55) is known color: Mantis. HEX triplet: 70, CE and 55. RGB value is (112,206,85). Sum of RGB (Red+Green+Blue) = 112+206+85=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE55 is #8F31AA. Grayscale: #A4A4A4. Windows color (decimal): -9384363 or 5623408. OLE color: 5623408.
HSL color Cylindrical-coordinate representation of color #70CE55: hue angle of 106.61º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70CE55 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 85 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.19 |
| HSL | 106.61º | 0.55% | 0.57% | - |
| HSV(B) | 106.61º | 0.59% | 0.81% | - |
| XYZ | 30.39 | 48.24 | 16.3 | - |
| YUV | 164.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 85 | 0.46 | 0 | 0.59 | 0.19 | 106.61 | 0.55 | 0.57 |
| Hex | 70 | CE | 55 | 2E | 0 | 3B | 13 | 6B | 37 | 39 |
| Octal | 160 | 316 | 125 | 56 | 0 | 73 | 23 | 153 | 67 | 71 |
| Binary | 1110000 | 11001110 | 1010101 | 101110 | 0 | 111011 | 10011 | 1101011 | 110111 | 111001 |
Color Harmonies of #70CE55
Complementary color
Monochromatic Colors of #70CE55
Black with #70CE55
Text Example
Text Example
White with #70CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE55; }
p { color: rgb(112,206,85); }
H1.HeaderClassName
{
color: #70CE55;
}
.AnyTagClassName
{
color: #70CE55;
}
</style>
background-color css
<style>
a { background-color: #70CE55; }
a { background-color: rgb(112,206,85); }
div.DivClassName
{
background-color: #70CE55;
}
.BgClassName
{
background-color: #70CE55;
}
</style>
border-color css
<style>
span { border-color: #70CE55; }
span { border-color: rgb(112,206,85); }
td.TdClassName
{
border-color: #70CE55;
}
.TagClassName
{
border-color: #70CE55;
}
</style>