Shades of Mantis #8BDA51
Tints of Mantis #8BDA51
RGB
CMYK
RGB Variations
Color information
#8BDA51 (or 0x8BDA51) is known color: Mantis. HEX triplet: 8B, DA and 51. RGB value is (139,218,81). Sum of RGB (Red+Green+Blue) = 139+218+81=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDA51 is #7425AE. Grayscale: #B3B3B3. Windows color (decimal): -7611823 or 5364363. OLE color: 5364363.
HSL color Cylindrical-coordinate representation of color #8BDA51: hue angle of 94.6º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BDA51 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 81 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.15 |
| HSL | 94.6º | 0.65% | 0.59% | - |
| HSV(B) | 94.6º | 0.63% | 0.85% | - |
| XYZ | 37.2 | 56.23 | 16.68 | - |
| YUV | 178.76 | 72.83 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 81 | 0.36 | 0 | 0.63 | 0.15 | 94.6 | 0.65 | 0.59 |
| Hex | 8B | DA | 51 | 24 | 0 | 3F | F | 5F | 41 | 3B |
| Octal | 213 | 332 | 121 | 44 | 0 | 77 | 17 | 137 | 101 | 73 |
| Binary | 10001011 | 11011010 | 1010001 | 100100 | 0 | 111111 | 1111 | 1011111 | 1000001 | 111011 |
Color Harmonies of #8BDA51
Complementary color
Monochromatic Colors of #8BDA51
Black with #8BDA51
Text Example
Text Example
White with #8BDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA51; }
p { color: rgb(139,218,81); }
H1.HeaderClassName
{
color: #8BDA51;
}
.AnyTagClassName
{
color: #8BDA51;
}
</style>
background-color css
<style>
a { background-color: #8BDA51; }
a { background-color: rgb(139,218,81); }
div.DivClassName
{
background-color: #8BDA51;
}
.BgClassName
{
background-color: #8BDA51;
}
</style>
border-color css
<style>
span { border-color: #8BDA51; }
span { border-color: rgb(139,218,81); }
td.TdClassName
{
border-color: #8BDA51;
}
.TagClassName
{
border-color: #8BDA51;
}
</style>