Shades of Mantis #8BCC5D
Tints of Mantis #8BCC5D
RGB
CMYK
RGB Variations
Color information
#8BCC5D (or 0x8BCC5D) is known color: Mantis. HEX triplet: 8B, CC and 5D. RGB value is (139,204,93). Sum of RGB (Red+Green+Blue) = 139+204+93=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC5D is #7433A2. Grayscale: #ACACAC. Windows color (decimal): -7615395 or 6147211. OLE color: 6147211.
HSL color Cylindrical-coordinate representation of color #8BCC5D: hue angle of 95.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BCC5D is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 93 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.2 |
| HSL | 95.14º | 0.52% | 0.58% | - |
| HSV(B) | 95.14º | 0.54% | 0.8% | - |
| XYZ | 34.22 | 49.47 | 18.1 | - |
| YUV | 171.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 93 | 0.32 | 0 | 0.54 | 0.2 | 95.14 | 0.52 | 0.58 |
| Hex | 8B | CC | 5D | 20 | 0 | 36 | 14 | 5F | 34 | 3A |
| Octal | 213 | 314 | 135 | 40 | 0 | 66 | 24 | 137 | 64 | 72 |
| Binary | 10001011 | 11001100 | 1011101 | 100000 | 0 | 110110 | 10100 | 1011111 | 110100 | 111010 |
Color Harmonies of #8BCC5D
Complementary color
Monochromatic Colors of #8BCC5D
Black with #8BCC5D
Text Example
Text Example
White with #8BCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC5D; }
p { color: rgb(139,204,93); }
H1.HeaderClassName
{
color: #8BCC5D;
}
.AnyTagClassName
{
color: #8BCC5D;
}
</style>
background-color css
<style>
a { background-color: #8BCC5D; }
a { background-color: rgb(139,204,93); }
div.DivClassName
{
background-color: #8BCC5D;
}
.BgClassName
{
background-color: #8BCC5D;
}
</style>
border-color css
<style>
span { border-color: #8BCC5D; }
span { border-color: rgb(139,204,93); }
td.TdClassName
{
border-color: #8BCC5D;
}
.TagClassName
{
border-color: #8BCC5D;
}
</style>