Shades of Mantis #8BC774
Tints of Mantis #8BC774
RGB
CMYK
RGB Variations
Color information
#8BC774 (or 0x8BC774) is known color: Mantis. HEX triplet: 8B, C7 and 74. RGB value is (139,199,116). Sum of RGB (Red+Green+Blue) = 139+199+116=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC774 is #74388B. Grayscale: #ABABAB. Windows color (decimal): -7616652 or 7653259. OLE color: 7653259.
HSL color Cylindrical-coordinate representation of color #8BC774: hue angle of 103.37º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BC774 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 116 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.22 |
| HSL | 103.37º | 0.43% | 0.62% | - |
| HSV(B) | 103.37º | 0.42% | 0.78% | - |
| XYZ | 34.22 | 47.6 | 23.91 | - |
| YUV | 171.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 116 | 0.30 | 0 | 0.42 | 0.22 | 103.37 | 0.43 | 0.62 |
| Hex | 8B | C7 | 74 | 1E | 0 | 2A | 16 | 67 | 2B | 3E |
| Octal | 213 | 307 | 164 | 36 | 0 | 52 | 26 | 147 | 53 | 76 |
| Binary | 10001011 | 11000111 | 1110100 | 11110 | 0 | 101010 | 10110 | 1100111 | 101011 | 111110 |
Color Harmonies of #8BC774
Complementary color
Monochromatic Colors of #8BC774
Black with #8BC774
Text Example
Text Example
White with #8BC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC774; }
p { color: rgb(139,199,116); }
H1.HeaderClassName
{
color: #8BC774;
}
.AnyTagClassName
{
color: #8BC774;
}
</style>
background-color css
<style>
a { background-color: #8BC774; }
a { background-color: rgb(139,199,116); }
div.DivClassName
{
background-color: #8BC774;
}
.BgClassName
{
background-color: #8BC774;
}
</style>
border-color css
<style>
span { border-color: #8BC774; }
span { border-color: rgb(139,199,116); }
td.TdClassName
{
border-color: #8BC774;
}
.TagClassName
{
border-color: #8BC774;
}
</style>