Shades of Mantis #8BCA72
Tints of Mantis #8BCA72
RGB
CMYK
RGB Variations
Color information
#8BCA72 (or 0x8BCA72) is known color: Mantis. HEX triplet: 8B, CA and 72. RGB value is (139,202,114). Sum of RGB (Red+Green+Blue) = 139+202+114=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA72 is #74358D. Grayscale: #ADADAD. Windows color (decimal): -7615886 or 7522955. OLE color: 7522955.
HSL color Cylindrical-coordinate representation of color #8BCA72: hue angle of 102.95º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BCA72 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 114 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.21 |
| HSL | 102.95º | 0.45% | 0.62% | - |
| HSV(B) | 102.95º | 0.44% | 0.79% | - |
| XYZ | 34.81 | 48.94 | 23.53 | - |
| YUV | 173.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 114 | 0.31 | 0 | 0.44 | 0.21 | 102.95 | 0.45 | 0.62 |
| Hex | 8B | CA | 72 | 1F | 0 | 2C | 15 | 67 | 2D | 3E |
| Octal | 213 | 312 | 162 | 37 | 0 | 54 | 25 | 147 | 55 | 76 |
| Binary | 10001011 | 11001010 | 1110010 | 11111 | 0 | 101100 | 10101 | 1100111 | 101101 | 111110 |
Color Harmonies of #8BCA72
Complementary color
Monochromatic Colors of #8BCA72
Black with #8BCA72
Text Example
Text Example
White with #8BCA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA72; }
p { color: rgb(139,202,114); }
H1.HeaderClassName
{
color: #8BCA72;
}
.AnyTagClassName
{
color: #8BCA72;
}
</style>
background-color css
<style>
a { background-color: #8BCA72; }
a { background-color: rgb(139,202,114); }
div.DivClassName
{
background-color: #8BCA72;
}
.BgClassName
{
background-color: #8BCA72;
}
</style>
border-color css
<style>
span { border-color: #8BCA72; }
span { border-color: rgb(139,202,114); }
td.TdClassName
{
border-color: #8BCA72;
}
.TagClassName
{
border-color: #8BCA72;
}
</style>