Shades of Mantis #85CB5D
Tints of Mantis #85CB5D
RGB
CMYK
RGB Variations
Color information
#85CB5D (or 0x85CB5D) is known color: Mantis. HEX triplet: 85, CB and 5D. RGB value is (133,203,93). Sum of RGB (Red+Green+Blue) = 133+203+93=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB5D is #7A34A2. Grayscale: #A9A9A9. Windows color (decimal): -8008867 or 6146949. OLE color: 6146949.
HSL color Cylindrical-coordinate representation of color #85CB5D: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85CB5D is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 93 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.20 |
| HSL | 98.18º | 0.51% | 0.58% | - |
| HSV(B) | 98.18º | 0.54% | 0.8% | - |
| XYZ | 33 | 48.49 | 17.98 | - |
| YUV | 169.53 | 84.81 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 93 | 0.34 | 0 | 0.54 | 0.20 | 98.18 | 0.51 | 0.58 |
| Hex | 85 | CB | 5D | 22 | 0 | 36 | 14 | 62 | 33 | 3A |
| Octal | 205 | 313 | 135 | 42 | 0 | 66 | 24 | 142 | 63 | 72 |
| Binary | 10000101 | 11001011 | 1011101 | 100010 | 0 | 110110 | 10100 | 1100010 | 110011 | 111010 |
Color Harmonies of #85CB5D
Complementary color
Monochromatic Colors of #85CB5D
Black with #85CB5D
Text Example
Text Example
White with #85CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB5D; }
p { color: rgb(133,203,93); }
H1.HeaderClassName
{
color: #85CB5D;
}
.AnyTagClassName
{
color: #85CB5D;
}
</style>
background-color css
<style>
a { background-color: #85CB5D; }
a { background-color: rgb(133,203,93); }
div.DivClassName
{
background-color: #85CB5D;
}
.BgClassName
{
background-color: #85CB5D;
}
</style>
border-color css
<style>
span { border-color: #85CB5D; }
span { border-color: rgb(133,203,93); }
td.TdClassName
{
border-color: #85CB5D;
}
.TagClassName
{
border-color: #85CB5D;
}
</style>