Shades of Mantis #88C948
Tints of Mantis #88C948
RGB
CMYK
RGB Variations
Color information
#88C948 (or 0x88C948) is known color: Mantis. HEX triplet: 88, C9 and 48. RGB value is (136,201,72). Sum of RGB (Red+Green+Blue) = 136+201+72=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #88C948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C948 is #7736B7. Grayscale: #A7A7A7. Windows color (decimal): -7812792 or 4770184. OLE color: 4770184.
HSL color Cylindrical-coordinate representation of color #88C948: hue angle of 90.23º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88C948 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 72 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.21 |
| HSL | 90.23º | 0.54% | 0.54% | - |
| HSV(B) | 90.23º | 0.64% | 0.79% | - |
| XYZ | 32.21 | 47.48 | 13.6 | - |
| YUV | 166.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 72 | 0.32 | 0 | 0.64 | 0.21 | 90.23 | 0.54 | 0.54 |
| Hex | 88 | C9 | 48 | 20 | 0 | 40 | 15 | 5A | 36 | 36 |
| Octal | 210 | 311 | 110 | 40 | 0 | 100 | 25 | 132 | 66 | 66 |
| Binary | 10001000 | 11001001 | 1001000 | 100000 | 0 | 1000000 | 10101 | 1011010 | 110110 | 110110 |
Color Harmonies of #88C948
Complementary color
Monochromatic Colors of #88C948
Black with #88C948
Text Example
Text Example
White with #88C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C948; }
p { color: rgb(136,201,72); }
H1.HeaderClassName
{
color: #88C948;
}
.AnyTagClassName
{
color: #88C948;
}
</style>
background-color css
<style>
a { background-color: #88C948; }
a { background-color: rgb(136,201,72); }
div.DivClassName
{
background-color: #88C948;
}
.BgClassName
{
background-color: #88C948;
}
</style>
border-color css
<style>
span { border-color: #88C948; }
span { border-color: rgb(136,201,72); }
td.TdClassName
{
border-color: #88C948;
}
.TagClassName
{
border-color: #88C948;
}
</style>