Shades of Mantis #88C54A
Tints of Mantis #88C54A
RGB
CMYK
RGB Variations
Color information
#88C54A (or 0x88C54A) is known color: Mantis. HEX triplet: 88, C5 and 4A. RGB value is (136,197,74). Sum of RGB (Red+Green+Blue) = 136+197+74=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #88C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C54A is #773AB5. Grayscale: #A5A5A5. Windows color (decimal): -7813814 or 4900232. OLE color: 4900232.
HSL color Cylindrical-coordinate representation of color #88C54A: hue angle of 89.76º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88C54A is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 197 | 74 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.23 |
| HSL | 89.76º | 0.51% | 0.53% | - |
| HSV(B) | 89.76º | 0.62% | 0.77% | - |
| XYZ | 31.36 | 45.66 | 13.64 | - |
| YUV | 164.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 197 | 74 | 0.31 | 0 | 0.62 | 0.23 | 89.76 | 0.51 | 0.53 |
| Hex | 88 | C5 | 4A | 1F | 0 | 3E | 17 | 5A | 33 | 35 |
| Octal | 210 | 305 | 112 | 37 | 0 | 76 | 27 | 132 | 63 | 65 |
| Binary | 10001000 | 11000101 | 1001010 | 11111 | 0 | 111110 | 10111 | 1011010 | 110011 | 110101 |
Color Harmonies of #88C54A
Complementary color
Monochromatic Colors of #88C54A
Black with #88C54A
Text Example
Text Example
White with #88C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C54A; }
p { color: rgb(136,197,74); }
H1.HeaderClassName
{
color: #88C54A;
}
.AnyTagClassName
{
color: #88C54A;
}
</style>
background-color css
<style>
a { background-color: #88C54A; }
a { background-color: rgb(136,197,74); }
div.DivClassName
{
background-color: #88C54A;
}
.BgClassName
{
background-color: #88C54A;
}
</style>
border-color css
<style>
span { border-color: #88C54A; }
span { border-color: rgb(136,197,74); }
td.TdClassName
{
border-color: #88C54A;
}
.TagClassName
{
border-color: #88C54A;
}
</style>