Shades of Mantis #8DBF53
Tints of Mantis #8DBF53
RGB
CMYK
RGB Variations
Color information
#8DBF53 (or 0x8DBF53) is known color: Mantis. HEX triplet: 8D, BF and 53. RGB value is (141,191,83). Sum of RGB (Red+Green+Blue) = 141+191+83=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF53 is #7240AC. Grayscale: #A4A4A4. Windows color (decimal): -7487661 or 5488525. OLE color: 5488525.
HSL color Cylindrical-coordinate representation of color #8DBF53: hue angle of 87.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DBF53 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 83 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.25 |
| HSL | 87.78º | 0.46% | 0.54% | - |
| HSV(B) | 87.78º | 0.57% | 0.75% | - |
| XYZ | 31.18 | 43.55 | 14.95 | - |
| YUV | 163.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 83 | 0.26 | 0 | 0.57 | 0.25 | 87.78 | 0.46 | 0.54 |
| Hex | 8D | BF | 53 | 1A | 0 | 39 | 19 | 58 | 2E | 36 |
| Octal | 215 | 277 | 123 | 32 | 0 | 71 | 31 | 130 | 56 | 66 |
| Binary | 10001101 | 10111111 | 1010011 | 11010 | 0 | 111001 | 11001 | 1011000 | 101110 | 110110 |
Color Harmonies of #8DBF53
Complementary color
Monochromatic Colors of #8DBF53
Black with #8DBF53
Text Example
Text Example
White with #8DBF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF53; }
p { color: rgb(141,191,83); }
H1.HeaderClassName
{
color: #8DBF53;
}
.AnyTagClassName
{
color: #8DBF53;
}
</style>
background-color css
<style>
a { background-color: #8DBF53; }
a { background-color: rgb(141,191,83); }
div.DivClassName
{
background-color: #8DBF53;
}
.BgClassName
{
background-color: #8DBF53;
}
</style>
border-color css
<style>
span { border-color: #8DBF53; }
span { border-color: rgb(141,191,83); }
td.TdClassName
{
border-color: #8DBF53;
}
.TagClassName
{
border-color: #8DBF53;
}
</style>