Shades of Mantis #8BCF55
Tints of Mantis #8BCF55
RGB
CMYK
RGB Variations
Color information
#8BCF55 (or 0x8BCF55) is known color: Mantis. HEX triplet: 8B, CF and 55. RGB value is (139,207,85). Sum of RGB (Red+Green+Blue) = 139+207+85=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF55 is #7430AA. Grayscale: #ADADAD. Windows color (decimal): -7614635 or 5623691. OLE color: 5623691.
HSL color Cylindrical-coordinate representation of color #8BCF55: hue angle of 93.44º degrees, saturation: 0.56, 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 #8BCF55 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 85 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.19 |
| HSL | 93.44º | 0.56% | 0.57% | - |
| HSV(B) | 93.44º | 0.59% | 0.81% | - |
| XYZ | 34.6 | 50.77 | 16.57 | - |
| YUV | 172.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 85 | 0.33 | 0 | 0.59 | 0.19 | 93.44 | 0.56 | 0.57 |
| Hex | 8B | CF | 55 | 21 | 0 | 3B | 13 | 5D | 38 | 39 |
| Octal | 213 | 317 | 125 | 41 | 0 | 73 | 23 | 135 | 70 | 71 |
| Binary | 10001011 | 11001111 | 1010101 | 100001 | 0 | 111011 | 10011 | 1011101 | 111000 | 111001 |
Color Harmonies of #8BCF55
Complementary color
Monochromatic Colors of #8BCF55
Black with #8BCF55
Text Example
Text Example
White with #8BCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF55; }
p { color: rgb(139,207,85); }
H1.HeaderClassName
{
color: #8BCF55;
}
.AnyTagClassName
{
color: #8BCF55;
}
</style>
background-color css
<style>
a { background-color: #8BCF55; }
a { background-color: rgb(139,207,85); }
div.DivClassName
{
background-color: #8BCF55;
}
.BgClassName
{
background-color: #8BCF55;
}
</style>
border-color css
<style>
span { border-color: #8BCF55; }
span { border-color: rgb(139,207,85); }
td.TdClassName
{
border-color: #8BCF55;
}
.TagClassName
{
border-color: #8BCF55;
}
</style>