Shades of Mantis #86CB4A
Tints of Mantis #86CB4A
RGB
CMYK
RGB Variations
Color information
#86CB4A (or 0x86CB4A) is known color: Mantis. HEX triplet: 86, CB and 4A. RGB value is (134,203,74). Sum of RGB (Red+Green+Blue) = 134+203+74=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CB4A is #7934B5. Grayscale: #A8A8A8. Windows color (decimal): -7943350 or 4901766. OLE color: 4901766.
HSL color Cylindrical-coordinate representation of color #86CB4A: hue angle of 92.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86CB4A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 74 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.20 |
| HSL | 92.09º | 0.55% | 0.54% | - |
| HSV(B) | 92.09º | 0.64% | 0.8% | - |
| XYZ | 32.42 | 48.27 | 14.09 | - |
| YUV | 167.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 74 | 0.34 | 0 | 0.64 | 0.20 | 92.09 | 0.55 | 0.54 |
| Hex | 86 | CB | 4A | 22 | 0 | 40 | 14 | 5C | 37 | 36 |
| Octal | 206 | 313 | 112 | 42 | 0 | 100 | 24 | 134 | 67 | 66 |
| Binary | 10000110 | 11001011 | 1001010 | 100010 | 0 | 1000000 | 10100 | 1011100 | 110111 | 110110 |
Color Harmonies of #86CB4A
Complementary color
Monochromatic Colors of #86CB4A
Black with #86CB4A
Text Example
Text Example
White with #86CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB4A; }
p { color: rgb(134,203,74); }
H1.HeaderClassName
{
color: #86CB4A;
}
.AnyTagClassName
{
color: #86CB4A;
}
</style>
background-color css
<style>
a { background-color: #86CB4A; }
a { background-color: rgb(134,203,74); }
div.DivClassName
{
background-color: #86CB4A;
}
.BgClassName
{
background-color: #86CB4A;
}
</style>
border-color css
<style>
span { border-color: #86CB4A; }
span { border-color: rgb(134,203,74); }
td.TdClassName
{
border-color: #86CB4A;
}
.TagClassName
{
border-color: #86CB4A;
}
</style>