Shades of Mantis #85D55B
Tints of Mantis #85D55B
RGB
CMYK
RGB Variations
Color information
#85D55B (or 0x85D55B) is known color: Mantis. HEX triplet: 85, D5 and 5B. RGB value is (133,213,91). Sum of RGB (Red+Green+Blue) = 133+213+91=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #85D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D55B is #7A2AA4. Grayscale: #AFAFAF. Windows color (decimal): -8006309 or 6018437. OLE color: 6018437.
HSL color Cylindrical-coordinate representation of color #85D55B: hue angle of 99.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85D55B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 213 | 91 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.16 |
| HSL | 99.34º | 0.59% | 0.6% | - |
| HSV(B) | 99.34º | 0.57% | 0.84% | - |
| XYZ | 35.36 | 53.33 | 18.33 | - |
| YUV | 175.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 213 | 91 | 0.38 | 0 | 0.57 | 0.16 | 99.34 | 0.59 | 0.6 |
| Hex | 85 | D5 | 5B | 26 | 0 | 39 | 10 | 63 | 3B | 3C |
| Octal | 205 | 325 | 133 | 46 | 0 | 71 | 20 | 143 | 73 | 74 |
| Binary | 10000101 | 11010101 | 1011011 | 100110 | 0 | 111001 | 10000 | 1100011 | 111011 | 111100 |
Color Harmonies of #85D55B
Complementary color
Monochromatic Colors of #85D55B
Black with #85D55B
Text Example
Text Example
White with #85D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D55B; }
p { color: rgb(133,213,91); }
H1.HeaderClassName
{
color: #85D55B;
}
.AnyTagClassName
{
color: #85D55B;
}
</style>
background-color css
<style>
a { background-color: #85D55B; }
a { background-color: rgb(133,213,91); }
div.DivClassName
{
background-color: #85D55B;
}
.BgClassName
{
background-color: #85D55B;
}
</style>
border-color css
<style>
span { border-color: #85D55B; }
span { border-color: rgb(133,213,91); }
td.TdClassName
{
border-color: #85D55B;
}
.TagClassName
{
border-color: #85D55B;
}
</style>