Shades of Mantis #8BC450
Tints of Mantis #8BC450
RGB
CMYK
RGB Variations
Color information
#8BC450 (or 0x8BC450) is known color: Mantis. HEX triplet: 8B, C4 and 50. RGB value is (139,196,80). Sum of RGB (Red+Green+Blue) = 139+196+80=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC450 is #743BAF. Grayscale: #A6A6A6. Windows color (decimal): -7617456 or 5293195. OLE color: 5293195.
HSL color Cylindrical-coordinate representation of color #8BC450: hue angle of 89.48º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BC450 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 80 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.23 |
| HSL | 89.48º | 0.5% | 0.54% | - |
| HSV(B) | 89.48º | 0.59% | 0.77% | - |
| XYZ | 31.84 | 45.55 | 14.7 | - |
| YUV | 165.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 80 | 0.29 | 0 | 0.59 | 0.23 | 89.48 | 0.5 | 0.54 |
| Hex | 8B | C4 | 50 | 1D | 0 | 3B | 17 | 59 | 32 | 36 |
| Octal | 213 | 304 | 120 | 35 | 0 | 73 | 27 | 131 | 62 | 66 |
| Binary | 10001011 | 11000100 | 1010000 | 11101 | 0 | 111011 | 10111 | 1011001 | 110010 | 110110 |
Color Harmonies of #8BC450
Complementary color
Monochromatic Colors of #8BC450
Black with #8BC450
Text Example
Text Example
White with #8BC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC450; }
p { color: rgb(139,196,80); }
H1.HeaderClassName
{
color: #8BC450;
}
.AnyTagClassName
{
color: #8BC450;
}
</style>
background-color css
<style>
a { background-color: #8BC450; }
a { background-color: rgb(139,196,80); }
div.DivClassName
{
background-color: #8BC450;
}
.BgClassName
{
background-color: #8BC450;
}
</style>
border-color css
<style>
span { border-color: #8BC450; }
span { border-color: rgb(139,196,80); }
td.TdClassName
{
border-color: #8BC450;
}
.TagClassName
{
border-color: #8BC450;
}
</style>