Shades of Mantis #8CDC53
Tints of Mantis #8CDC53
RGB
CMYK
RGB Variations
Color information
#8CDC53 (or 0x8CDC53) is known color: Mantis. HEX triplet: 8C, DC and 53. RGB value is (140,220,83). Sum of RGB (Red+Green+Blue) = 140+220+83=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC53 is #7323AC. Grayscale: #B4B4B4. Windows color (decimal): -7545773 or 5495948. OLE color: 5495948.
HSL color Cylindrical-coordinate representation of color #8CDC53: hue angle of 95.04º degrees, saturation: 0.66, 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 #8CDC53 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 83 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.14 |
| HSL | 95.04º | 0.66% | 0.59% | - |
| HSV(B) | 95.04º | 0.62% | 0.86% | - |
| XYZ | 37.97 | 57.39 | 17.26 | - |
| YUV | 180.46 | 73 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 83 | 0.36 | 0 | 0.62 | 0.14 | 95.04 | 0.66 | 0.59 |
| Hex | 8C | DC | 53 | 24 | 0 | 3E | E | 5F | 42 | 3B |
| Octal | 214 | 334 | 123 | 44 | 0 | 76 | 16 | 137 | 102 | 73 |
| Binary | 10001100 | 11011100 | 1010011 | 100100 | 0 | 111110 | 1110 | 1011111 | 1000010 | 111011 |
Color Harmonies of #8CDC53
Complementary color
Monochromatic Colors of #8CDC53
Black with #8CDC53
Text Example
Text Example
White with #8CDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC53; }
p { color: rgb(140,220,83); }
H1.HeaderClassName
{
color: #8CDC53;
}
.AnyTagClassName
{
color: #8CDC53;
}
</style>
background-color css
<style>
a { background-color: #8CDC53; }
a { background-color: rgb(140,220,83); }
div.DivClassName
{
background-color: #8CDC53;
}
.BgClassName
{
background-color: #8CDC53;
}
</style>
border-color css
<style>
span { border-color: #8CDC53; }
span { border-color: rgb(140,220,83); }
td.TdClassName
{
border-color: #8CDC53;
}
.TagClassName
{
border-color: #8CDC53;
}
</style>