Shades of Mantis #70CF47
Tints of Mantis #70CF47
RGB
CMYK
RGB Variations
Color information
#70CF47 (or 0x70CF47) is known color: Mantis. HEX triplet: 70, CF and 47. RGB value is (112,207,71). Sum of RGB (Red+Green+Blue) = 112+207+71=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF47 is #8F30B8. Grayscale: #A3A3A3. Windows color (decimal): -9384121 or 4706160. OLE color: 4706160.
HSL color Cylindrical-coordinate representation of color #70CF47: hue angle of 101.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70CF47 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 71 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.19 |
| HSL | 101.91º | 0.59% | 0.55% | - |
| HSV(B) | 101.91º | 0.66% | 0.81% | - |
| XYZ | 30.13 | 48.53 | 13.74 | - |
| YUV | 163.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 71 | 0.46 | 0 | 0.66 | 0.19 | 101.91 | 0.59 | 0.55 |
| Hex | 70 | CF | 47 | 2E | 0 | 42 | 13 | 66 | 3B | 37 |
| Octal | 160 | 317 | 107 | 56 | 0 | 102 | 23 | 146 | 73 | 67 |
| Binary | 1110000 | 11001111 | 1000111 | 101110 | 0 | 1000010 | 10011 | 1100110 | 111011 | 110111 |
Color Harmonies of #70CF47
Complementary color
Monochromatic Colors of #70CF47
Black with #70CF47
Text Example
Text Example
White with #70CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF47; }
p { color: rgb(112,207,71); }
H1.HeaderClassName
{
color: #70CF47;
}
.AnyTagClassName
{
color: #70CF47;
}
</style>
background-color css
<style>
a { background-color: #70CF47; }
a { background-color: rgb(112,207,71); }
div.DivClassName
{
background-color: #70CF47;
}
.BgClassName
{
background-color: #70CF47;
}
</style>
border-color css
<style>
span { border-color: #70CF47; }
span { border-color: rgb(112,207,71); }
td.TdClassName
{
border-color: #70CF47;
}
.TagClassName
{
border-color: #70CF47;
}
</style>