Shades of Mantis #8BC074
Tints of Mantis #8BC074
RGB
CMYK
RGB Variations
Color information
#8BC074 (or 0x8BC074) is known color: Mantis. HEX triplet: 8B, C0 and 74. RGB value is (139,192,116). Sum of RGB (Red+Green+Blue) = 139+192+116=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC074 is #743F8B. Grayscale: #A7A7A7. Windows color (decimal): -7618444 or 7651467. OLE color: 7651467.
HSL color Cylindrical-coordinate representation of color #8BC074: hue angle of 101.84º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC074 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 116 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.25 |
| HSL | 101.84º | 0.38% | 0.6% | - |
| HSV(B) | 101.84º | 0.4% | 0.75% | - |
| XYZ | 32.65 | 44.45 | 23.38 | - |
| YUV | 167.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 116 | 0.28 | 0 | 0.40 | 0.25 | 101.84 | 0.38 | 0.6 |
| Hex | 8B | C0 | 74 | 1C | 0 | 28 | 19 | 66 | 26 | 3C |
| Octal | 213 | 300 | 164 | 34 | 0 | 50 | 31 | 146 | 46 | 74 |
| Binary | 10001011 | 11000000 | 1110100 | 11100 | 0 | 101000 | 11001 | 1100110 | 100110 | 111100 |
Color Harmonies of #8BC074
Complementary color
Monochromatic Colors of #8BC074
Black with #8BC074
Text Example
Text Example
White with #8BC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC074; }
p { color: rgb(139,192,116); }
H1.HeaderClassName
{
color: #8BC074;
}
.AnyTagClassName
{
color: #8BC074;
}
</style>
background-color css
<style>
a { background-color: #8BC074; }
a { background-color: rgb(139,192,116); }
div.DivClassName
{
background-color: #8BC074;
}
.BgClassName
{
background-color: #8BC074;
}
</style>
border-color css
<style>
span { border-color: #8BC074; }
span { border-color: rgb(139,192,116); }
td.TdClassName
{
border-color: #8BC074;
}
.TagClassName
{
border-color: #8BC074;
}
</style>