Shades of Mantis #8BCE55
Tints of Mantis #8BCE55
RGB
CMYK
RGB Variations
Color information
#8BCE55 (or 0x8BCE55) is known color: Mantis. HEX triplet: 8B, CE and 55. RGB value is (139,206,85). Sum of RGB (Red+Green+Blue) = 139+206+85=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCE55 is #7431AA. Grayscale: #ACACAC. Windows color (decimal): -7614891 or 5623435. OLE color: 5623435.
HSL color Cylindrical-coordinate representation of color #8BCE55: hue angle of 93.22º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BCE55 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 85 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.19 |
| HSL | 93.22º | 0.55% | 0.57% | - |
| HSV(B) | 93.22º | 0.59% | 0.81% | - |
| XYZ | 34.36 | 50.29 | 16.49 | - |
| YUV | 172.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 85 | 0.33 | 0 | 0.59 | 0.19 | 93.22 | 0.55 | 0.57 |
| Hex | 8B | CE | 55 | 21 | 0 | 3B | 13 | 5D | 37 | 39 |
| Octal | 213 | 316 | 125 | 41 | 0 | 73 | 23 | 135 | 67 | 71 |
| Binary | 10001011 | 11001110 | 1010101 | 100001 | 0 | 111011 | 10011 | 1011101 | 110111 | 111001 |
Color Harmonies of #8BCE55
Complementary color
Monochromatic Colors of #8BCE55
Black with #8BCE55
Text Example
Text Example
White with #8BCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCE55; }
p { color: rgb(139,206,85); }
H1.HeaderClassName
{
color: #8BCE55;
}
.AnyTagClassName
{
color: #8BCE55;
}
</style>
background-color css
<style>
a { background-color: #8BCE55; }
a { background-color: rgb(139,206,85); }
div.DivClassName
{
background-color: #8BCE55;
}
.BgClassName
{
background-color: #8BCE55;
}
</style>
border-color css
<style>
span { border-color: #8BCE55; }
span { border-color: rgb(139,206,85); }
td.TdClassName
{
border-color: #8BCE55;
}
.TagClassName
{
border-color: #8BCE55;
}
</style>