Shades of Mantis #70CF55
Tints of Mantis #70CF55
RGB
CMYK
RGB Variations
Color information
#70CF55 (or 0x70CF55) is known color: Mantis. HEX triplet: 70, CF and 55. RGB value is (112,207,85). Sum of RGB (Red+Green+Blue) = 112+207+85=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF55 is #8F30AA. Grayscale: #A5A5A5. Windows color (decimal): -9384107 or 5623664. OLE color: 5623664.
HSL color Cylindrical-coordinate representation of color #70CF55: hue angle of 106.72º degrees, saturation: 0.56, 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 #70CF55 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 85 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.19 |
| HSL | 106.72º | 0.56% | 0.57% | - |
| HSV(B) | 106.72º | 0.59% | 0.81% | - |
| XYZ | 30.63 | 48.73 | 16.38 | - |
| YUV | 164.69 | 83.03 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 85 | 0.46 | 0 | 0.59 | 0.19 | 106.72 | 0.56 | 0.57 |
| Hex | 70 | CF | 55 | 2E | 0 | 3B | 13 | 6B | 38 | 39 |
| Octal | 160 | 317 | 125 | 56 | 0 | 73 | 23 | 153 | 70 | 71 |
| Binary | 1110000 | 11001111 | 1010101 | 101110 | 0 | 111011 | 10011 | 1101011 | 111000 | 111001 |
Color Harmonies of #70CF55
Complementary color
Monochromatic Colors of #70CF55
Black with #70CF55
Text Example
Text Example
White with #70CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF55; }
p { color: rgb(112,207,85); }
H1.HeaderClassName
{
color: #70CF55;
}
.AnyTagClassName
{
color: #70CF55;
}
</style>
background-color css
<style>
a { background-color: #70CF55; }
a { background-color: rgb(112,207,85); }
div.DivClassName
{
background-color: #70CF55;
}
.BgClassName
{
background-color: #70CF55;
}
</style>
border-color css
<style>
span { border-color: #70CF55; }
span { border-color: rgb(112,207,85); }
td.TdClassName
{
border-color: #70CF55;
}
.TagClassName
{
border-color: #70CF55;
}
</style>