Shades of Mantis #88C44B
Tints of Mantis #88C44B
RGB
CMYK
RGB Variations
Color information
#88C44B (or 0x88C44B) is known color: Mantis. HEX triplet: 88, C4 and 4B. RGB value is (136,196,75). Sum of RGB (Red+Green+Blue) = 136+196+75=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #88C44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C44B is #773BB4. Grayscale: #A4A4A4. Windows color (decimal): -7814069 or 4965512. OLE color: 4965512.
HSL color Cylindrical-coordinate representation of color #88C44B: hue angle of 89.75º 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 #88C44B is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 75 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.23 |
| HSL | 89.75º | 0.51% | 0.53% | - |
| HSV(B) | 89.75º | 0.62% | 0.77% | - |
| XYZ | 31.16 | 45.22 | 13.74 | - |
| YUV | 164.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 75 | 0.31 | 0 | 0.62 | 0.23 | 89.75 | 0.51 | 0.53 |
| Hex | 88 | C4 | 4B | 1F | 0 | 3E | 17 | 5A | 33 | 35 |
| Octal | 210 | 304 | 113 | 37 | 0 | 76 | 27 | 132 | 63 | 65 |
| Binary | 10001000 | 11000100 | 1001011 | 11111 | 0 | 111110 | 10111 | 1011010 | 110011 | 110101 |
Color Harmonies of #88C44B
Complementary color
Monochromatic Colors of #88C44B
Black with #88C44B
Text Example
Text Example
White with #88C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C44B; }
p { color: rgb(136,196,75); }
H1.HeaderClassName
{
color: #88C44B;
}
.AnyTagClassName
{
color: #88C44B;
}
</style>
background-color css
<style>
a { background-color: #88C44B; }
a { background-color: rgb(136,196,75); }
div.DivClassName
{
background-color: #88C44B;
}
.BgClassName
{
background-color: #88C44B;
}
</style>
border-color css
<style>
span { border-color: #88C44B; }
span { border-color: rgb(136,196,75); }
td.TdClassName
{
border-color: #88C44B;
}
.TagClassName
{
border-color: #88C44B;
}
</style>