Shades of Mantis #8CC453
Tints of Mantis #8CC453
RGB
CMYK
RGB Variations
Color information
#8CC453 (or 0x8CC453) is known color: Mantis. HEX triplet: 8C, C4 and 53. RGB value is (140,196,83). Sum of RGB (Red+Green+Blue) = 140+196+83=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC453 is #733BAC. Grayscale: #A6A6A6. Windows color (decimal): -7551917 or 5489804. OLE color: 5489804.
HSL color Cylindrical-coordinate representation of color #8CC453: hue angle of 89.73º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CC453 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 83 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.23 |
| HSL | 89.73º | 0.49% | 0.55% | - |
| HSV(B) | 89.73º | 0.58% | 0.77% | - |
| XYZ | 32.12 | 45.68 | 15.31 | - |
| YUV | 166.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 83 | 0.29 | 0 | 0.58 | 0.23 | 89.73 | 0.49 | 0.55 |
| Hex | 8C | C4 | 53 | 1D | 0 | 3A | 17 | 5A | 31 | 37 |
| Octal | 214 | 304 | 123 | 35 | 0 | 72 | 27 | 132 | 61 | 67 |
| Binary | 10001100 | 11000100 | 1010011 | 11101 | 0 | 111010 | 10111 | 1011010 | 110001 | 110111 |
Color Harmonies of #8CC453
Complementary color
Monochromatic Colors of #8CC453
Black with #8CC453
Text Example
Text Example
White with #8CC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC453; }
p { color: rgb(140,196,83); }
H1.HeaderClassName
{
color: #8CC453;
}
.AnyTagClassName
{
color: #8CC453;
}
</style>
background-color css
<style>
a { background-color: #8CC453; }
a { background-color: rgb(140,196,83); }
div.DivClassName
{
background-color: #8CC453;
}
.BgClassName
{
background-color: #8CC453;
}
</style>
border-color css
<style>
span { border-color: #8CC453; }
span { border-color: rgb(140,196,83); }
td.TdClassName
{
border-color: #8CC453;
}
.TagClassName
{
border-color: #8CC453;
}
</style>