Shades of Mantis #88CA70
Tints of Mantis #88CA70
RGB
CMYK
RGB Variations
Color information
#88CA70 (or 0x88CA70) is known color: Mantis. HEX triplet: 88, CA and 70. RGB value is (136,202,112). Sum of RGB (Red+Green+Blue) = 136+202+112=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA70 is #77358F. Grayscale: #ACACAC. Windows color (decimal): -7812496 or 7391880. OLE color: 7391880.
HSL color Cylindrical-coordinate representation of color #88CA70: hue angle of 104º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88CA70 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 112 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.21 |
| HSL | 104º | 0.46% | 0.62% | - |
| HSV(B) | 104º | 0.45% | 0.79% | - |
| XYZ | 34.2 | 48.65 | 22.92 | - |
| YUV | 172.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 112 | 0.33 | 0 | 0.45 | 0.21 | 104 | 0.46 | 0.62 |
| Hex | 88 | CA | 70 | 21 | 0 | 2D | 15 | 68 | 2E | 3E |
| Octal | 210 | 312 | 160 | 41 | 0 | 55 | 25 | 150 | 56 | 76 |
| Binary | 10001000 | 11001010 | 1110000 | 100001 | 0 | 101101 | 10101 | 1101000 | 101110 | 111110 |
Color Harmonies of #88CA70
Complementary color
Monochromatic Colors of #88CA70
Black with #88CA70
Text Example
Text Example
White with #88CA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA70; }
p { color: rgb(136,202,112); }
H1.HeaderClassName
{
color: #88CA70;
}
.AnyTagClassName
{
color: #88CA70;
}
</style>
background-color css
<style>
a { background-color: #88CA70; }
a { background-color: rgb(136,202,112); }
div.DivClassName
{
background-color: #88CA70;
}
.BgClassName
{
background-color: #88CA70;
}
</style>
border-color css
<style>
span { border-color: #88CA70; }
span { border-color: rgb(136,202,112); }
td.TdClassName
{
border-color: #88CA70;
}
.TagClassName
{
border-color: #88CA70;
}
</style>