Shades of Mantis #8BDA4F
Tints of Mantis #8BDA4F
RGB
CMYK
RGB Variations
Color information
#8BDA4F (or 0x8BDA4F) is known color: Mantis. HEX triplet: 8B, DA and 4F. RGB value is (139,218,79). Sum of RGB (Red+Green+Blue) = 139+218+79=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDA4F is #7425B0. Grayscale: #B3B3B3. Windows color (decimal): -7611825 or 5233291. OLE color: 5233291.
HSL color Cylindrical-coordinate representation of color #8BDA4F: hue angle of 94.1º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BDA4F is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 79 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.15 |
| HSL | 94.1º | 0.65% | 0.58% | - |
| HSV(B) | 94.1º | 0.64% | 0.85% | - |
| XYZ | 37.13 | 56.2 | 16.29 | - |
| YUV | 178.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 79 | 0.36 | 0 | 0.64 | 0.15 | 94.1 | 0.65 | 0.58 |
| Hex | 8B | DA | 4F | 24 | 0 | 40 | F | 5E | 41 | 3A |
| Octal | 213 | 332 | 117 | 44 | 0 | 100 | 17 | 136 | 101 | 72 |
| Binary | 10001011 | 11011010 | 1001111 | 100100 | 0 | 1000000 | 1111 | 1011110 | 1000001 | 111010 |
Color Harmonies of #8BDA4F
Complementary color
Monochromatic Colors of #8BDA4F
Black with #8BDA4F
Text Example
Text Example
White with #8BDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA4F; }
p { color: rgb(139,218,79); }
H1.HeaderClassName
{
color: #8BDA4F;
}
.AnyTagClassName
{
color: #8BDA4F;
}
</style>
background-color css
<style>
a { background-color: #8BDA4F; }
a { background-color: rgb(139,218,79); }
div.DivClassName
{
background-color: #8BDA4F;
}
.BgClassName
{
background-color: #8BDA4F;
}
</style>
border-color css
<style>
span { border-color: #8BDA4F; }
span { border-color: rgb(139,218,79); }
td.TdClassName
{
border-color: #8BDA4F;
}
.TagClassName
{
border-color: #8BDA4F;
}
</style>