Shades of Mantis #70E645
Tints of Mantis #70E645
RGB
CMYK
RGB Variations
Color information
#70E645 (or 0x70E645) is known color: Mantis. HEX triplet: 70, E6 and 45. RGB value is (112,230,69). Sum of RGB (Red+Green+Blue) = 112+230+69=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #70E645 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E645 is #8F19BA. Grayscale: #B0B0B0. Windows color (decimal): -9378235 or 4580976. OLE color: 4580976.
HSL color Cylindrical-coordinate representation of color #70E645: hue angle of 103.98º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70E645 is Cyan = 0.51, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 230 | 69 | - |
| CMYK | 0.51 | 0 | 0.7 | 0.10 |
| HSL | 103.98º | 0.76% | 0.59% | - |
| HSV(B) | 103.98º | 0.7% | 0.9% | - |
| XYZ | 36.05 | 60.47 | 15.4 | - |
| YUV | 176.36 | 67.41 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 230 | 69 | 0.51 | 0 | 0.7 | 0.10 | 103.98 | 0.76 | 0.59 |
| Hex | 70 | E6 | 45 | 33 | 0 | 46 | A | 68 | 4C | 3B |
| Octal | 160 | 346 | 105 | 63 | 0 | 106 | 12 | 150 | 114 | 73 |
| Binary | 1110000 | 11100110 | 1000101 | 110011 | 0 | 1000110 | 1010 | 1101000 | 1001100 | 111011 |
Color Harmonies of #70E645
Complementary color
Monochromatic Colors of #70E645
Black with #70E645
Text Example
Text Example
White with #70E645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E645; }
p { color: rgb(112,230,69); }
H1.HeaderClassName
{
color: #70E645;
}
.AnyTagClassName
{
color: #70E645;
}
</style>
background-color css
<style>
a { background-color: #70E645; }
a { background-color: rgb(112,230,69); }
div.DivClassName
{
background-color: #70E645;
}
.BgClassName
{
background-color: #70E645;
}
</style>
border-color css
<style>
span { border-color: #70E645; }
span { border-color: rgb(112,230,69); }
td.TdClassName
{
border-color: #70E645;
}
.TagClassName
{
border-color: #70E645;
}
</style>