Shades of Mantis #8CC452
Tints of Mantis #8CC452
RGB
CMYK
RGB Variations
Color information
#8CC452 (or 0x8CC452) is known color: Mantis. HEX triplet: 8C, C4 and 52. RGB value is (140,196,82). Sum of RGB (Red+Green+Blue) = 140+196+82=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC452 is #733BAD. Grayscale: #A6A6A6. Windows color (decimal): -7551918 or 5424268. OLE color: 5424268.
HSL color Cylindrical-coordinate representation of color #8CC452: hue angle of 89.47º 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 #8CC452 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 82 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.23 |
| HSL | 89.47º | 0.49% | 0.55% | - |
| HSV(B) | 89.47º | 0.58% | 0.77% | - |
| XYZ | 32.08 | 45.66 | 15.11 | - |
| YUV | 166.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 82 | 0.29 | 0 | 0.58 | 0.23 | 89.47 | 0.49 | 0.55 |
| Hex | 8C | C4 | 52 | 1D | 0 | 3A | 17 | 59 | 31 | 37 |
| Octal | 214 | 304 | 122 | 35 | 0 | 72 | 27 | 131 | 61 | 67 |
| Binary | 10001100 | 11000100 | 1010010 | 11101 | 0 | 111010 | 10111 | 1011001 | 110001 | 110111 |
Color Harmonies of #8CC452
Complementary color
Monochromatic Colors of #8CC452
Black with #8CC452
Text Example
Text Example
White with #8CC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC452; }
p { color: rgb(140,196,82); }
H1.HeaderClassName
{
color: #8CC452;
}
.AnyTagClassName
{
color: #8CC452;
}
</style>
background-color css
<style>
a { background-color: #8CC452; }
a { background-color: rgb(140,196,82); }
div.DivClassName
{
background-color: #8CC452;
}
.BgClassName
{
background-color: #8CC452;
}
</style>
border-color css
<style>
span { border-color: #8CC452; }
span { border-color: rgb(140,196,82); }
td.TdClassName
{
border-color: #8CC452;
}
.TagClassName
{
border-color: #8CC452;
}
</style>