Shades of Mantis #70DC53
Tints of Mantis #70DC53
RGB
CMYK
RGB Variations
Color information
#70DC53 (or 0x70DC53) is known color: Mantis. HEX triplet: 70, DC and 53. RGB value is (112,220,83). Sum of RGB (Red+Green+Blue) = 112+220+83=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC53 is #8F23AC. Grayscale: #ACACAC. Windows color (decimal): -9380781 or 5495920. OLE color: 5495920.
HSL color Cylindrical-coordinate representation of color #70DC53: hue angle of 107.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70DC53 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 83 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.14 |
| HSL | 107.3º | 0.66% | 0.59% | - |
| HSV(B) | 107.3º | 0.62% | 0.86% | - |
| XYZ | 33.84 | 55.26 | 17.07 | - |
| YUV | 172.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 83 | 0.49 | 0 | 0.62 | 0.14 | 107.3 | 0.66 | 0.59 |
| Hex | 70 | DC | 53 | 31 | 0 | 3E | E | 6B | 42 | 3B |
| Octal | 160 | 334 | 123 | 61 | 0 | 76 | 16 | 153 | 102 | 73 |
| Binary | 1110000 | 11011100 | 1010011 | 110001 | 0 | 111110 | 1110 | 1101011 | 1000010 | 111011 |
Color Harmonies of #70DC53
Complementary color
Monochromatic Colors of #70DC53
Black with #70DC53
Text Example
Text Example
White with #70DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC53; }
p { color: rgb(112,220,83); }
H1.HeaderClassName
{
color: #70DC53;
}
.AnyTagClassName
{
color: #70DC53;
}
</style>
background-color css
<style>
a { background-color: #70DC53; }
a { background-color: rgb(112,220,83); }
div.DivClassName
{
background-color: #70DC53;
}
.BgClassName
{
background-color: #70DC53;
}
</style>
border-color css
<style>
span { border-color: #70DC53; }
span { border-color: rgb(112,220,83); }
td.TdClassName
{
border-color: #70DC53;
}
.TagClassName
{
border-color: #70DC53;
}
</style>