Shades of Mantis #8BDC53
Tints of Mantis #8BDC53
RGB
CMYK
RGB Variations
Color information
#8BDC53 (or 0x8BDC53) is known color: Mantis. HEX triplet: 8B, DC and 53. RGB value is (139,220,83). Sum of RGB (Red+Green+Blue) = 139+220+83=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDC53 is #7423AC. Grayscale: #B4B4B4. Windows color (decimal): -7611309 or 5495947. OLE color: 5495947.
HSL color Cylindrical-coordinate representation of color #8BDC53: hue angle of 95.47º 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 #8BDC53 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 83 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.14 |
| HSL | 95.47º | 0.66% | 0.59% | - |
| HSV(B) | 95.47º | 0.62% | 0.86% | - |
| XYZ | 37.8 | 57.3 | 17.25 | - |
| YUV | 180.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 83 | 0.37 | 0 | 0.62 | 0.14 | 95.47 | 0.66 | 0.59 |
| Hex | 8B | DC | 53 | 25 | 0 | 3E | E | 5F | 42 | 3B |
| Octal | 213 | 334 | 123 | 45 | 0 | 76 | 16 | 137 | 102 | 73 |
| Binary | 10001011 | 11011100 | 1010011 | 100101 | 0 | 111110 | 1110 | 1011111 | 1000010 | 111011 |
Color Harmonies of #8BDC53
Complementary color
Monochromatic Colors of #8BDC53
Black with #8BDC53
Text Example
Text Example
White with #8BDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC53; }
p { color: rgb(139,220,83); }
H1.HeaderClassName
{
color: #8BDC53;
}
.AnyTagClassName
{
color: #8BDC53;
}
</style>
background-color css
<style>
a { background-color: #8BDC53; }
a { background-color: rgb(139,220,83); }
div.DivClassName
{
background-color: #8BDC53;
}
.BgClassName
{
background-color: #8BDC53;
}
</style>
border-color css
<style>
span { border-color: #8BDC53; }
span { border-color: rgb(139,220,83); }
td.TdClassName
{
border-color: #8BDC53;
}
.TagClassName
{
border-color: #8BDC53;
}
</style>