Shades of Mantis #88C36B
Tints of Mantis #88C36B
RGB
CMYK
RGB Variations
Color information
#88C36B (or 0x88C36B) is known color: Mantis. HEX triplet: 88, C3 and 6B. RGB value is (136,195,107). Sum of RGB (Red+Green+Blue) = 136+195+107=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #88C36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C36B is #773C94. Grayscale: #A7A7A7. Windows color (decimal): -7814293 or 7062408. OLE color: 7062408.
HSL color Cylindrical-coordinate representation of color #88C36B: hue angle of 100.23º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88C36B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 107 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.24 |
| HSL | 100.23º | 0.42% | 0.59% | - |
| HSV(B) | 100.23º | 0.45% | 0.76% | - |
| XYZ | 32.32 | 45.33 | 20.96 | - |
| YUV | 167.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 107 | 0.30 | 0 | 0.45 | 0.24 | 100.23 | 0.42 | 0.59 |
| Hex | 88 | C3 | 6B | 1E | 0 | 2D | 18 | 64 | 2A | 3B |
| Octal | 210 | 303 | 153 | 36 | 0 | 55 | 30 | 144 | 52 | 73 |
| Binary | 10001000 | 11000011 | 1101011 | 11110 | 0 | 101101 | 11000 | 1100100 | 101010 | 111011 |
Color Harmonies of #88C36B
Complementary color
Monochromatic Colors of #88C36B
Black with #88C36B
Text Example
Text Example
White with #88C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C36B; }
p { color: rgb(136,195,107); }
H1.HeaderClassName
{
color: #88C36B;
}
.AnyTagClassName
{
color: #88C36B;
}
</style>
background-color css
<style>
a { background-color: #88C36B; }
a { background-color: rgb(136,195,107); }
div.DivClassName
{
background-color: #88C36B;
}
.BgClassName
{
background-color: #88C36B;
}
</style>
border-color css
<style>
span { border-color: #88C36B; }
span { border-color: rgb(136,195,107); }
td.TdClassName
{
border-color: #88C36B;
}
.TagClassName
{
border-color: #88C36B;
}
</style>