Shades of Mantis #88D05A
Tints of Mantis #88D05A
RGB
CMYK
RGB Variations
Color information
#88D05A (or 0x88D05A) is known color: Mantis. HEX triplet: 88, D0 and 5A. RGB value is (136,208,90). Sum of RGB (Red+Green+Blue) = 136+208+90=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #88D05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D05A is #772FA5. Grayscale: #ADADAD. Windows color (decimal): -7810982 or 5951624. OLE color: 5951624.
HSL color Cylindrical-coordinate representation of color #88D05A: hue angle of 96.61º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88D05A is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 90 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.18 |
| HSL | 96.61º | 0.56% | 0.58% | - |
| HSV(B) | 96.61º | 0.57% | 0.82% | - |
| XYZ | 34.55 | 51.08 | 17.71 | - |
| YUV | 173.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 90 | 0.35 | 0 | 0.57 | 0.18 | 96.61 | 0.56 | 0.58 |
| Hex | 88 | D0 | 5A | 23 | 0 | 39 | 12 | 61 | 38 | 3A |
| Octal | 210 | 320 | 132 | 43 | 0 | 71 | 22 | 141 | 70 | 72 |
| Binary | 10001000 | 11010000 | 1011010 | 100011 | 0 | 111001 | 10010 | 1100001 | 111000 | 111010 |
Color Harmonies of #88D05A
Complementary color
Monochromatic Colors of #88D05A
Black with #88D05A
Text Example
Text Example
White with #88D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D05A; }
p { color: rgb(136,208,90); }
H1.HeaderClassName
{
color: #88D05A;
}
.AnyTagClassName
{
color: #88D05A;
}
</style>
background-color css
<style>
a { background-color: #88D05A; }
a { background-color: rgb(136,208,90); }
div.DivClassName
{
background-color: #88D05A;
}
.BgClassName
{
background-color: #88D05A;
}
</style>
border-color css
<style>
span { border-color: #88D05A; }
span { border-color: rgb(136,208,90); }
td.TdClassName
{
border-color: #88D05A;
}
.TagClassName
{
border-color: #88D05A;
}
</style>