Shades of Mantis #8BCF50
Tints of Mantis #8BCF50
RGB
CMYK
RGB Variations
Color information
#8BCF50 (or 0x8BCF50) is known color: Mantis. HEX triplet: 8B, CF and 50. RGB value is (139,207,80). Sum of RGB (Red+Green+Blue) = 139+207+80=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF50 is #7430AF. Grayscale: #ACACAC. Windows color (decimal): -7614640 or 5296011. OLE color: 5296011.
HSL color Cylindrical-coordinate representation of color #8BCF50: hue angle of 92.13º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BCF50 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 80 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.19 |
| HSL | 92.13º | 0.57% | 0.56% | - |
| HSV(B) | 92.13º | 0.61% | 0.81% | - |
| XYZ | 34.41 | 50.69 | 15.56 | - |
| YUV | 172.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 80 | 0.33 | 0 | 0.61 | 0.19 | 92.13 | 0.57 | 0.56 |
| Hex | 8B | CF | 50 | 21 | 0 | 3D | 13 | 5C | 39 | 38 |
| Octal | 213 | 317 | 120 | 41 | 0 | 75 | 23 | 134 | 71 | 70 |
| Binary | 10001011 | 11001111 | 1010000 | 100001 | 0 | 111101 | 10011 | 1011100 | 111001 | 111000 |
Color Harmonies of #8BCF50
Complementary color
Monochromatic Colors of #8BCF50
Black with #8BCF50
Text Example
Text Example
White with #8BCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF50; }
p { color: rgb(139,207,80); }
H1.HeaderClassName
{
color: #8BCF50;
}
.AnyTagClassName
{
color: #8BCF50;
}
</style>
background-color css
<style>
a { background-color: #8BCF50; }
a { background-color: rgb(139,207,80); }
div.DivClassName
{
background-color: #8BCF50;
}
.BgClassName
{
background-color: #8BCF50;
}
</style>
border-color css
<style>
span { border-color: #8BCF50; }
span { border-color: rgb(139,207,80); }
td.TdClassName
{
border-color: #8BCF50;
}
.TagClassName
{
border-color: #8BCF50;
}
</style>