Shades of Mantis #85BD44
Tints of Mantis #85BD44
RGB
CMYK
RGB Variations
Color information
#85BD44 (or 0x85BD44) is known color: Mantis. HEX triplet: 85, BD and 44. RGB value is (133,189,68). Sum of RGB (Red+Green+Blue) = 133+189+68=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD44 is #7A42BB. Grayscale: #9E9E9E. Windows color (decimal): -8012476 or 4504965. OLE color: 4504965.
HSL color Cylindrical-coordinate representation of color #85BD44: hue angle of 87.77º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85BD44 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 68 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.26 |
| HSL | 87.77º | 0.48% | 0.5% | - |
| HSV(B) | 87.77º | 0.64% | 0.74% | - |
| XYZ | 28.91 | 41.8 | 12.01 | - |
| YUV | 158.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 68 | 0.30 | 0 | 0.64 | 0.26 | 87.77 | 0.48 | 0.5 |
| Hex | 85 | BD | 44 | 1E | 0 | 40 | 1A | 58 | 30 | 32 |
| Octal | 205 | 275 | 104 | 36 | 0 | 100 | 32 | 130 | 60 | 62 |
| Binary | 10000101 | 10111101 | 1000100 | 11110 | 0 | 1000000 | 11010 | 1011000 | 110000 | 110010 |
Color Harmonies of #85BD44
Complementary color
Monochromatic Colors of #85BD44
Black with #85BD44
Text Example
Text Example
White with #85BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD44; }
p { color: rgb(133,189,68); }
H1.HeaderClassName
{
color: #85BD44;
}
.AnyTagClassName
{
color: #85BD44;
}
</style>
background-color css
<style>
a { background-color: #85BD44; }
a { background-color: rgb(133,189,68); }
div.DivClassName
{
background-color: #85BD44;
}
.BgClassName
{
background-color: #85BD44;
}
</style>
border-color css
<style>
span { border-color: #85BD44; }
span { border-color: rgb(133,189,68); }
td.TdClassName
{
border-color: #85BD44;
}
.TagClassName
{
border-color: #85BD44;
}
</style>