Shades of Mantis #8BCD4B
Tints of Mantis #8BCD4B
RGB
CMYK
RGB Variations
Color information
#8BCD4B (or 0x8BCD4B) is known color: Mantis. HEX triplet: 8B, CD and 4B. RGB value is (139,205,75). Sum of RGB (Red+Green+Blue) = 139+205+75=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD4B is #7432B4. Grayscale: #AAAAAA. Windows color (decimal): -7615157 or 4967819. OLE color: 4967819.
HSL color Cylindrical-coordinate representation of color #8BCD4B: hue angle of 90.46º degrees, saturation: 0.57, 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 #8BCD4B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 75 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.20 |
| HSL | 90.46º | 0.57% | 0.55% | - |
| HSV(B) | 90.46º | 0.63% | 0.8% | - |
| XYZ | 33.75 | 49.66 | 14.46 | - |
| YUV | 170.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 75 | 0.32 | 0 | 0.63 | 0.20 | 90.46 | 0.57 | 0.55 |
| Hex | 8B | CD | 4B | 20 | 0 | 3F | 14 | 5A | 39 | 37 |
| Octal | 213 | 315 | 113 | 40 | 0 | 77 | 24 | 132 | 71 | 67 |
| Binary | 10001011 | 11001101 | 1001011 | 100000 | 0 | 111111 | 10100 | 1011010 | 111001 | 110111 |
Color Harmonies of #8BCD4B
Complementary color
Monochromatic Colors of #8BCD4B
Black with #8BCD4B
Text Example
Text Example
White with #8BCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD4B; }
p { color: rgb(139,205,75); }
H1.HeaderClassName
{
color: #8BCD4B;
}
.AnyTagClassName
{
color: #8BCD4B;
}
</style>
background-color css
<style>
a { background-color: #8BCD4B; }
a { background-color: rgb(139,205,75); }
div.DivClassName
{
background-color: #8BCD4B;
}
.BgClassName
{
background-color: #8BCD4B;
}
</style>
border-color css
<style>
span { border-color: #8BCD4B; }
span { border-color: rgb(139,205,75); }
td.TdClassName
{
border-color: #8BCD4B;
}
.TagClassName
{
border-color: #8BCD4B;
}
</style>