Shades of Mantis #70CE50
Tints of Mantis #70CE50
RGB
CMYK
RGB Variations
Color information
#70CE50 (or 0x70CE50) is known color: Mantis. HEX triplet: 70, CE and 50. RGB value is (112,206,80). Sum of RGB (Red+Green+Blue) = 112+206+80=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE50 is #8F31AF. Grayscale: #A3A3A3. Windows color (decimal): -9384368 or 5295728. OLE color: 5295728.
HSL color Cylindrical-coordinate representation of color #70CE50: hue angle of 104.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70CE50 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 80 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.19 |
| HSL | 104.76º | 0.56% | 0.56% | - |
| HSV(B) | 104.76º | 0.61% | 0.81% | - |
| XYZ | 30.2 | 48.17 | 15.29 | - |
| YUV | 163.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 80 | 0.46 | 0 | 0.61 | 0.19 | 104.76 | 0.56 | 0.56 |
| Hex | 70 | CE | 50 | 2E | 0 | 3D | 13 | 69 | 38 | 38 |
| Octal | 160 | 316 | 120 | 56 | 0 | 75 | 23 | 151 | 70 | 70 |
| Binary | 1110000 | 11001110 | 1010000 | 101110 | 0 | 111101 | 10011 | 1101001 | 111000 | 111000 |
Color Harmonies of #70CE50
Complementary color
Monochromatic Colors of #70CE50
Black with #70CE50
Text Example
Text Example
White with #70CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE50; }
p { color: rgb(112,206,80); }
H1.HeaderClassName
{
color: #70CE50;
}
.AnyTagClassName
{
color: #70CE50;
}
</style>
background-color css
<style>
a { background-color: #70CE50; }
a { background-color: rgb(112,206,80); }
div.DivClassName
{
background-color: #70CE50;
}
.BgClassName
{
background-color: #70CE50;
}
</style>
border-color css
<style>
span { border-color: #70CE50; }
span { border-color: rgb(112,206,80); }
td.TdClassName
{
border-color: #70CE50;
}
.TagClassName
{
border-color: #70CE50;
}
</style>