Shades of Mantis #8BCC4B
Tints of Mantis #8BCC4B
RGB
CMYK
RGB Variations
Color information
#8BCC4B (or 0x8BCC4B) is known color: Mantis. HEX triplet: 8B, CC and 4B. RGB value is (139,204,75). Sum of RGB (Red+Green+Blue) = 139+204+75=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCC4B is #7433B4. Grayscale: #AAAAAA. Windows color (decimal): -7615413 or 4967563. OLE color: 4967563.
HSL color Cylindrical-coordinate representation of color #8BCC4B: hue angle of 90.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BCC4B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 75 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.2 |
| HSL | 90.23º | 0.56% | 0.55% | - |
| HSV(B) | 90.23º | 0.63% | 0.8% | - |
| XYZ | 33.51 | 49.18 | 14.38 | - |
| YUV | 169.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 75 | 0.32 | 0 | 0.63 | 0.2 | 90.23 | 0.56 | 0.55 |
| Hex | 8B | CC | 4B | 20 | 0 | 3F | 14 | 5A | 38 | 37 |
| Octal | 213 | 314 | 113 | 40 | 0 | 77 | 24 | 132 | 70 | 67 |
| Binary | 10001011 | 11001100 | 1001011 | 100000 | 0 | 111111 | 10100 | 1011010 | 111000 | 110111 |
Color Harmonies of #8BCC4B
Complementary color
Monochromatic Colors of #8BCC4B
Black with #8BCC4B
Text Example
Text Example
White with #8BCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC4B; }
p { color: rgb(139,204,75); }
H1.HeaderClassName
{
color: #8BCC4B;
}
.AnyTagClassName
{
color: #8BCC4B;
}
</style>
background-color css
<style>
a { background-color: #8BCC4B; }
a { background-color: rgb(139,204,75); }
div.DivClassName
{
background-color: #8BCC4B;
}
.BgClassName
{
background-color: #8BCC4B;
}
</style>
border-color css
<style>
span { border-color: #8BCC4B; }
span { border-color: rgb(139,204,75); }
td.TdClassName
{
border-color: #8BCC4B;
}
.TagClassName
{
border-color: #8BCC4B;
}
</style>