Shades of Mantis #8CC263
Tints of Mantis #8CC263
RGB
CMYK
RGB Variations
Color information
#8CC263 (or 0x8CC263) is known color: Mantis. HEX triplet: 8C, C2 and 63. RGB value is (140,194,99). Sum of RGB (Red+Green+Blue) = 140+194+99=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC263 is #733D9C. Grayscale: #A7A7A7. Windows color (decimal): -7552413 or 6537868. OLE color: 6537868.
HSL color Cylindrical-coordinate representation of color #8CC263: hue angle of 94.11º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CC263 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 99 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.24 |
| HSL | 94.11º | 0.44% | 0.57% | - |
| HSV(B) | 94.11º | 0.49% | 0.76% | - |
| XYZ | 32.36 | 45.06 | 18.8 | - |
| YUV | 167.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 99 | 0.28 | 0 | 0.49 | 0.24 | 94.11 | 0.44 | 0.57 |
| Hex | 8C | C2 | 63 | 1C | 0 | 31 | 18 | 5E | 2C | 39 |
| Octal | 214 | 302 | 143 | 34 | 0 | 61 | 30 | 136 | 54 | 71 |
| Binary | 10001100 | 11000010 | 1100011 | 11100 | 0 | 110001 | 11000 | 1011110 | 101100 | 111001 |
Color Harmonies of #8CC263
Complementary color
Monochromatic Colors of #8CC263
Black with #8CC263
Text Example
Text Example
White with #8CC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC263; }
p { color: rgb(140,194,99); }
H1.HeaderClassName
{
color: #8CC263;
}
.AnyTagClassName
{
color: #8CC263;
}
</style>
background-color css
<style>
a { background-color: #8CC263; }
a { background-color: rgb(140,194,99); }
div.DivClassName
{
background-color: #8CC263;
}
.BgClassName
{
background-color: #8CC263;
}
</style>
border-color css
<style>
span { border-color: #8CC263; }
span { border-color: rgb(140,194,99); }
td.TdClassName
{
border-color: #8CC263;
}
.TagClassName
{
border-color: #8CC263;
}
</style>