Shades of Mantis #88CA66
Tints of Mantis #88CA66
RGB
CMYK
RGB Variations
Color information
#88CA66 (or 0x88CA66) is known color: Mantis. HEX triplet: 88, CA and 66. RGB value is (136,202,102). Sum of RGB (Red+Green+Blue) = 136+202+102=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA66 is #773599. Grayscale: #ABABAB. Windows color (decimal): -7812506 or 6736520. OLE color: 6736520.
HSL color Cylindrical-coordinate representation of color #88CA66: hue angle of 99.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88CA66 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 102 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.21 |
| HSL | 99.6º | 0.49% | 0.6% | - |
| HSV(B) | 99.6º | 0.5% | 0.79% | - |
| XYZ | 33.67 | 48.43 | 20.14 | - |
| YUV | 170.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 102 | 0.33 | 0 | 0.50 | 0.21 | 99.6 | 0.49 | 0.6 |
| Hex | 88 | CA | 66 | 21 | 0 | 32 | 15 | 64 | 31 | 3C |
| Octal | 210 | 312 | 146 | 41 | 0 | 62 | 25 | 144 | 61 | 74 |
| Binary | 10001000 | 11001010 | 1100110 | 100001 | 0 | 110010 | 10101 | 1100100 | 110001 | 111100 |
Color Harmonies of #88CA66
Complementary color
Monochromatic Colors of #88CA66
Black with #88CA66
Text Example
Text Example
White with #88CA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA66; }
p { color: rgb(136,202,102); }
H1.HeaderClassName
{
color: #88CA66;
}
.AnyTagClassName
{
color: #88CA66;
}
</style>
background-color css
<style>
a { background-color: #88CA66; }
a { background-color: rgb(136,202,102); }
div.DivClassName
{
background-color: #88CA66;
}
.BgClassName
{
background-color: #88CA66;
}
</style>
border-color css
<style>
span { border-color: #88CA66; }
span { border-color: rgb(136,202,102); }
td.TdClassName
{
border-color: #88CA66;
}
.TagClassName
{
border-color: #88CA66;
}
</style>