Shades of Mantis #70C25C
Tints of Mantis #70C25C
RGB
CMYK
RGB Variations
Color information
#70C25C (or 0x70C25C) is known color: Mantis. HEX triplet: 70, C2 and 5C. RGB value is (112,194,92). Sum of RGB (Red+Green+Blue) = 112+194+92=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #70C25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C25C is #8F3DA3. Grayscale: #9E9E9E. Windows color (decimal): -9387428 or 6079088. OLE color: 6079088.
HSL color Cylindrical-coordinate representation of color #70C25C: hue angle of 108.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70C25C is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 194 | 92 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.24 |
| HSL | 108.24º | 0.46% | 0.56% | - |
| HSV(B) | 108.24º | 0.53% | 0.76% | - |
| XYZ | 27.91 | 42.8 | 16.92 | - |
| YUV | 157.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 194 | 92 | 0.42 | 0 | 0.53 | 0.24 | 108.24 | 0.46 | 0.56 |
| Hex | 70 | C2 | 5C | 2A | 0 | 35 | 18 | 6C | 2E | 38 |
| Octal | 160 | 302 | 134 | 52 | 0 | 65 | 30 | 154 | 56 | 70 |
| Binary | 1110000 | 11000010 | 1011100 | 101010 | 0 | 110101 | 11000 | 1101100 | 101110 | 111000 |
Color Harmonies of #70C25C
Complementary color
Monochromatic Colors of #70C25C
Black with #70C25C
Text Example
Text Example
White with #70C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C25C; }
p { color: rgb(112,194,92); }
H1.HeaderClassName
{
color: #70C25C;
}
.AnyTagClassName
{
color: #70C25C;
}
</style>
background-color css
<style>
a { background-color: #70C25C; }
a { background-color: rgb(112,194,92); }
div.DivClassName
{
background-color: #70C25C;
}
.BgClassName
{
background-color: #70C25C;
}
</style>
border-color css
<style>
span { border-color: #70C25C; }
span { border-color: rgb(112,194,92); }
td.TdClassName
{
border-color: #70C25C;
}
.TagClassName
{
border-color: #70C25C;
}
</style>