Shades of Mantis #8CDB54
Tints of Mantis #8CDB54
RGB
CMYK
RGB Variations
Color information
#8CDB54 (or 0x8CDB54) is known color: Mantis. HEX triplet: 8C, DB and 54. RGB value is (140,219,84). Sum of RGB (Red+Green+Blue) = 140+219+84=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB54 is #7324AB. Grayscale: #B4B4B4. Windows color (decimal): -7546028 or 5561228. OLE color: 5561228.
HSL color Cylindrical-coordinate representation of color #8CDB54: hue angle of 95.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CDB54 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 84 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.14 |
| HSL | 95.11º | 0.65% | 0.59% | - |
| HSV(B) | 95.11º | 0.62% | 0.86% | - |
| XYZ | 37.75 | 56.88 | 17.38 | - |
| YUV | 179.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 84 | 0.36 | 0 | 0.62 | 0.14 | 95.11 | 0.65 | 0.59 |
| Hex | 8C | DB | 54 | 24 | 0 | 3E | E | 5F | 41 | 3B |
| Octal | 214 | 333 | 124 | 44 | 0 | 76 | 16 | 137 | 101 | 73 |
| Binary | 10001100 | 11011011 | 1010100 | 100100 | 0 | 111110 | 1110 | 1011111 | 1000001 | 111011 |
Color Harmonies of #8CDB54
Complementary color
Monochromatic Colors of #8CDB54
Black with #8CDB54
Text Example
Text Example
White with #8CDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB54; }
p { color: rgb(140,219,84); }
H1.HeaderClassName
{
color: #8CDB54;
}
.AnyTagClassName
{
color: #8CDB54;
}
</style>
background-color css
<style>
a { background-color: #8CDB54; }
a { background-color: rgb(140,219,84); }
div.DivClassName
{
background-color: #8CDB54;
}
.BgClassName
{
background-color: #8CDB54;
}
</style>
border-color css
<style>
span { border-color: #8CDB54; }
span { border-color: rgb(140,219,84); }
td.TdClassName
{
border-color: #8CDB54;
}
.TagClassName
{
border-color: #8CDB54;
}
</style>