Shades of Mantis #70C255
Tints of Mantis #70C255
RGB
CMYK
RGB Variations
Color information
#70C255 (or 0x70C255) is known color: Mantis. HEX triplet: 70, C2 and 55. RGB value is (112,194,85). Sum of RGB (Red+Green+Blue) = 112+194+85=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #70C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C255 is #8F3DAA. Grayscale: #9D9D9D. Windows color (decimal): -9387435 or 5620336. OLE color: 5620336.
HSL color Cylindrical-coordinate representation of color #70C255: hue angle of 105.14º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C255 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 85 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.24 |
| HSL | 105.14º | 0.47% | 0.55% | - |
| HSV(B) | 105.14º | 0.56% | 0.76% | - |
| XYZ | 27.61 | 42.68 | 15.38 | - |
| YUV | 157.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 85 | 0.42 | 0 | 0.56 | 0.24 | 105.14 | 0.47 | 0.55 |
| Hex | 70 | C2 | 55 | 2A | 0 | 38 | 18 | 69 | 2F | 37 |
| Octal | 160 | 302 | 125 | 52 | 0 | 70 | 30 | 151 | 57 | 67 |
| Binary | 1110000 | 11000010 | 1010101 | 101010 | 0 | 111000 | 11000 | 1101001 | 101111 | 110111 |
Color Harmonies of #70C255
Complementary color
Monochromatic Colors of #70C255
Black with #70C255
Text Example
Text Example
White with #70C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C255; }
p { color: rgb(112,194,85); }
H1.HeaderClassName
{
color: #70C255;
}
.AnyTagClassName
{
color: #70C255;
}
</style>
background-color css
<style>
a { background-color: #70C255; }
a { background-color: rgb(112,194,85); }
div.DivClassName
{
background-color: #70C255;
}
.BgClassName
{
background-color: #70C255;
}
</style>
border-color css
<style>
span { border-color: #70C255; }
span { border-color: rgb(112,194,85); }
td.TdClassName
{
border-color: #70C255;
}
.TagClassName
{
border-color: #70C255;
}
</style>