Shades of Mantis #8BCD6D
Tints of Mantis #8BCD6D
RGB
CMYK
RGB Variations
Color information
#8BCD6D (or 0x8BCD6D) is known color: Mantis. HEX triplet: 8B, CD and 6D. RGB value is (139,205,109). Sum of RGB (Red+Green+Blue) = 139+205+109=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD6D is #743292. Grayscale: #AEAEAE. Windows color (decimal): -7615123 or 7196043. OLE color: 7196043.
HSL color Cylindrical-coordinate representation of color #8BCD6D: hue angle of 101.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BCD6D is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 109 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.20 |
| HSL | 101.25º | 0.49% | 0.62% | - |
| HSV(B) | 101.25º | 0.47% | 0.8% | - |
| XYZ | 35.24 | 50.26 | 22.31 | - |
| YUV | 174.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 109 | 0.32 | 0 | 0.47 | 0.20 | 101.25 | 0.49 | 0.62 |
| Hex | 8B | CD | 6D | 20 | 0 | 2F | 14 | 65 | 31 | 3E |
| Octal | 213 | 315 | 155 | 40 | 0 | 57 | 24 | 145 | 61 | 76 |
| Binary | 10001011 | 11001101 | 1101101 | 100000 | 0 | 101111 | 10100 | 1100101 | 110001 | 111110 |
Color Harmonies of #8BCD6D
Complementary color
Monochromatic Colors of #8BCD6D
Black with #8BCD6D
Text Example
Text Example
White with #8BCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD6D; }
p { color: rgb(139,205,109); }
H1.HeaderClassName
{
color: #8BCD6D;
}
.AnyTagClassName
{
color: #8BCD6D;
}
</style>
background-color css
<style>
a { background-color: #8BCD6D; }
a { background-color: rgb(139,205,109); }
div.DivClassName
{
background-color: #8BCD6D;
}
.BgClassName
{
background-color: #8BCD6D;
}
</style>
border-color css
<style>
span { border-color: #8BCD6D; }
span { border-color: rgb(139,205,109); }
td.TdClassName
{
border-color: #8BCD6D;
}
.TagClassName
{
border-color: #8BCD6D;
}
</style>