Shades of Mantis #8BCA6D
Tints of Mantis #8BCA6D
RGB
CMYK
RGB Variations
Color information
#8BCA6D (or 0x8BCA6D) is known color: Mantis. HEX triplet: 8B, CA and 6D. RGB value is (139,202,109). Sum of RGB (Red+Green+Blue) = 139+202+109=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA6D is #743592. Grayscale: #ACACAC. Windows color (decimal): -7615891 or 7195275. OLE color: 7195275.
HSL color Cylindrical-coordinate representation of color #8BCA6D: hue angle of 100.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BCA6D is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 109 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.21 |
| HSL | 100.65º | 0.47% | 0.61% | - |
| HSV(B) | 100.65º | 0.46% | 0.79% | - |
| XYZ | 34.53 | 48.83 | 22.07 | - |
| YUV | 172.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 109 | 0.31 | 0 | 0.46 | 0.21 | 100.65 | 0.47 | 0.61 |
| Hex | 8B | CA | 6D | 1F | 0 | 2E | 15 | 65 | 2F | 3D |
| Octal | 213 | 312 | 155 | 37 | 0 | 56 | 25 | 145 | 57 | 75 |
| Binary | 10001011 | 11001010 | 1101101 | 11111 | 0 | 101110 | 10101 | 1100101 | 101111 | 111101 |
Color Harmonies of #8BCA6D
Complementary color
Monochromatic Colors of #8BCA6D
Black with #8BCA6D
Text Example
Text Example
White with #8BCA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA6D; }
p { color: rgb(139,202,109); }
H1.HeaderClassName
{
color: #8BCA6D;
}
.AnyTagClassName
{
color: #8BCA6D;
}
</style>
background-color css
<style>
a { background-color: #8BCA6D; }
a { background-color: rgb(139,202,109); }
div.DivClassName
{
background-color: #8BCA6D;
}
.BgClassName
{
background-color: #8BCA6D;
}
</style>
border-color css
<style>
span { border-color: #8BCA6D; }
span { border-color: rgb(139,202,109); }
td.TdClassName
{
border-color: #8BCA6D;
}
.TagClassName
{
border-color: #8BCA6D;
}
</style>