Shades of Mantis #88CA4D
Tints of Mantis #88CA4D
RGB
CMYK
RGB Variations
Color information
#88CA4D (or 0x88CA4D) is known color: Mantis. HEX triplet: 88, CA and 4D. RGB value is (136,202,77). Sum of RGB (Red+Green+Blue) = 136+202+77=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA4D is #7735B2. Grayscale: #A8A8A8. Windows color (decimal): -7812531 or 5098120. OLE color: 5098120.
HSL color Cylindrical-coordinate representation of color #88CA4D: hue angle of 91.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88CA4D is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 77 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.21 |
| HSL | 91.68º | 0.54% | 0.55% | - |
| HSV(B) | 91.68º | 0.62% | 0.79% | - |
| XYZ | 32.61 | 48.01 | 14.57 | - |
| YUV | 168.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 77 | 0.33 | 0 | 0.62 | 0.21 | 91.68 | 0.54 | 0.55 |
| Hex | 88 | CA | 4D | 21 | 0 | 3E | 15 | 5C | 36 | 37 |
| Octal | 210 | 312 | 115 | 41 | 0 | 76 | 25 | 134 | 66 | 67 |
| Binary | 10001000 | 11001010 | 1001101 | 100001 | 0 | 111110 | 10101 | 1011100 | 110110 | 110111 |
Color Harmonies of #88CA4D
Complementary color
Monochromatic Colors of #88CA4D
Black with #88CA4D
Text Example
Text Example
White with #88CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA4D; }
p { color: rgb(136,202,77); }
H1.HeaderClassName
{
color: #88CA4D;
}
.AnyTagClassName
{
color: #88CA4D;
}
</style>
background-color css
<style>
a { background-color: #88CA4D; }
a { background-color: rgb(136,202,77); }
div.DivClassName
{
background-color: #88CA4D;
}
.BgClassName
{
background-color: #88CA4D;
}
</style>
border-color css
<style>
span { border-color: #88CA4D; }
span { border-color: rgb(136,202,77); }
td.TdClassName
{
border-color: #88CA4D;
}
.TagClassName
{
border-color: #88CA4D;
}
</style>