Shades of Mantis #85BE43
Tints of Mantis #85BE43
RGB
CMYK
RGB Variations
Color information
#85BE43 (or 0x85BE43) is known color: Mantis. HEX triplet: 85, BE and 43. RGB value is (133,190,67). Sum of RGB (Red+Green+Blue) = 133+190+67=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE43 is #7A41BC. Grayscale: #9F9F9F. Windows color (decimal): -8012221 or 4439685. OLE color: 4439685.
HSL color Cylindrical-coordinate representation of color #85BE43: hue angle of 87.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85BE43 is Cyan = 0.3, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 67 | - |
| CMYK | 0.3 | 0 | 0.65 | 0.25 |
| HSL | 87.8º | 0.49% | 0.5% | - |
| HSV(B) | 87.8º | 0.65% | 0.75% | - |
| XYZ | 29.1 | 42.22 | 11.93 | - |
| YUV | 158.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 67 | 0.3 | 0 | 0.65 | 0.25 | 87.8 | 0.49 | 0.5 |
| Hex | 85 | BE | 43 | 1E | 0 | 41 | 19 | 58 | 31 | 32 |
| Octal | 205 | 276 | 103 | 36 | 0 | 101 | 31 | 130 | 61 | 62 |
| Binary | 10000101 | 10111110 | 1000011 | 11110 | 0 | 1000001 | 11001 | 1011000 | 110001 | 110010 |
Color Harmonies of #85BE43
Complementary color
Monochromatic Colors of #85BE43
Black with #85BE43
Text Example
Text Example
White with #85BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE43; }
p { color: rgb(133,190,67); }
H1.HeaderClassName
{
color: #85BE43;
}
.AnyTagClassName
{
color: #85BE43;
}
</style>
background-color css
<style>
a { background-color: #85BE43; }
a { background-color: rgb(133,190,67); }
div.DivClassName
{
background-color: #85BE43;
}
.BgClassName
{
background-color: #85BE43;
}
</style>
border-color css
<style>
span { border-color: #85BE43; }
span { border-color: rgb(133,190,67); }
td.TdClassName
{
border-color: #85BE43;
}
.TagClassName
{
border-color: #85BE43;
}
</style>