Shades of Mantis #88C253
Tints of Mantis #88C253
RGB
CMYK
RGB Variations
Color information
#88C253 (or 0x88C253) is known color: Mantis. HEX triplet: 88, C2 and 53. RGB value is (136,194,83). Sum of RGB (Red+Green+Blue) = 136+194+83=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #88C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C253 is #773DAC. Grayscale: #A4A4A4. Windows color (decimal): -7814573 or 5489288. OLE color: 5489288.
HSL color Cylindrical-coordinate representation of color #88C253: hue angle of 91.35º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88C253 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 83 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.24 |
| HSL | 91.35º | 0.48% | 0.54% | - |
| HSV(B) | 91.35º | 0.57% | 0.76% | - |
| XYZ | 31.01 | 44.44 | 15.13 | - |
| YUV | 164 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 83 | 0.30 | 0 | 0.57 | 0.24 | 91.35 | 0.48 | 0.54 |
| Hex | 88 | C2 | 53 | 1E | 0 | 39 | 18 | 5B | 30 | 36 |
| Octal | 210 | 302 | 123 | 36 | 0 | 71 | 30 | 133 | 60 | 66 |
| Binary | 10001000 | 11000010 | 1010011 | 11110 | 0 | 111001 | 11000 | 1011011 | 110000 | 110110 |
Color Harmonies of #88C253
Complementary color
Monochromatic Colors of #88C253
Black with #88C253
Text Example
Text Example
White with #88C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C253; }
p { color: rgb(136,194,83); }
H1.HeaderClassName
{
color: #88C253;
}
.AnyTagClassName
{
color: #88C253;
}
</style>
background-color css
<style>
a { background-color: #88C253; }
a { background-color: rgb(136,194,83); }
div.DivClassName
{
background-color: #88C253;
}
.BgClassName
{
background-color: #88C253;
}
</style>
border-color css
<style>
span { border-color: #88C253; }
span { border-color: rgb(136,194,83); }
td.TdClassName
{
border-color: #88C253;
}
.TagClassName
{
border-color: #88C253;
}
</style>