Shades of Mantis #8BC84F
Tints of Mantis #8BC84F
RGB
CMYK
RGB Variations
Color information
#8BC84F (or 0x8BC84F) is known color: Mantis. HEX triplet: 8B, C8 and 4F. RGB value is (139,200,79). Sum of RGB (Red+Green+Blue) = 139+200+79=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC84F is #7437B0. Grayscale: #A8A8A8. Windows color (decimal): -7616433 or 5228683. OLE color: 5228683.
HSL color Cylindrical-coordinate representation of color #8BC84F: hue angle of 90.25º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BC84F is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 79 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.22 |
| HSL | 90.25º | 0.52% | 0.55% | - |
| HSV(B) | 90.25º | 0.61% | 0.78% | - |
| XYZ | 32.71 | 47.36 | 14.81 | - |
| YUV | 167.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 79 | 0.30 | 0 | 0.60 | 0.22 | 90.25 | 0.52 | 0.55 |
| Hex | 8B | C8 | 4F | 1E | 0 | 3C | 16 | 5A | 34 | 37 |
| Octal | 213 | 310 | 117 | 36 | 0 | 74 | 26 | 132 | 64 | 67 |
| Binary | 10001011 | 11001000 | 1001111 | 11110 | 0 | 111100 | 10110 | 1011010 | 110100 | 110111 |
Color Harmonies of #8BC84F
Complementary color
Monochromatic Colors of #8BC84F
Black with #8BC84F
Text Example
Text Example
White with #8BC84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC84F; }
p { color: rgb(139,200,79); }
H1.HeaderClassName
{
color: #8BC84F;
}
.AnyTagClassName
{
color: #8BC84F;
}
</style>
background-color css
<style>
a { background-color: #8BC84F; }
a { background-color: rgb(139,200,79); }
div.DivClassName
{
background-color: #8BC84F;
}
.BgClassName
{
background-color: #8BC84F;
}
</style>
border-color css
<style>
span { border-color: #8BC84F; }
span { border-color: rgb(139,200,79); }
td.TdClassName
{
border-color: #8BC84F;
}
.TagClassName
{
border-color: #8BC84F;
}
</style>