Shades of Mantis #70DF55
Tints of Mantis #70DF55
RGB
CMYK
RGB Variations
Color information
#70DF55 (or 0x70DF55) is known color: Mantis. HEX triplet: 70, DF and 55. RGB value is (112,223,85). Sum of RGB (Red+Green+Blue) = 112+223+85=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF55 is #8F20AA. Grayscale: #AEAEAE. Windows color (decimal): -9380011 or 5627760. OLE color: 5627760.
HSL color Cylindrical-coordinate representation of color #70DF55: hue angle of 108.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70DF55 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 85 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.13 |
| HSL | 108.26º | 0.68% | 0.6% | - |
| HSV(B) | 108.26º | 0.62% | 0.87% | - |
| XYZ | 34.71 | 56.88 | 17.74 | - |
| YUV | 174.08 | 77.73 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 85 | 0.50 | 0 | 0.62 | 0.13 | 108.26 | 0.68 | 0.6 |
| Hex | 70 | DF | 55 | 32 | 0 | 3E | D | 6C | 44 | 3C |
| Octal | 160 | 337 | 125 | 62 | 0 | 76 | 15 | 154 | 104 | 74 |
| Binary | 1110000 | 11011111 | 1010101 | 110010 | 0 | 111110 | 1101 | 1101100 | 1000100 | 111100 |
Color Harmonies of #70DF55
Complementary color
Monochromatic Colors of #70DF55
Black with #70DF55
Text Example
Text Example
White with #70DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF55; }
p { color: rgb(112,223,85); }
H1.HeaderClassName
{
color: #70DF55;
}
.AnyTagClassName
{
color: #70DF55;
}
</style>
background-color css
<style>
a { background-color: #70DF55; }
a { background-color: rgb(112,223,85); }
div.DivClassName
{
background-color: #70DF55;
}
.BgClassName
{
background-color: #70DF55;
}
</style>
border-color css
<style>
span { border-color: #70DF55; }
span { border-color: rgb(112,223,85); }
td.TdClassName
{
border-color: #70DF55;
}
.TagClassName
{
border-color: #70DF55;
}
</style>