Shades of Mantis #85D349
Tints of Mantis #85D349
RGB
CMYK
RGB Variations
Color information
#85D349 (or 0x85D349) is known color: Mantis. HEX triplet: 85, D3 and 49. RGB value is (133,211,73). Sum of RGB (Red+Green+Blue) = 133+211+73=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #85D349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D349 is #7A2CB6. Grayscale: #ACACAC. Windows color (decimal): -8006839 or 4838277. OLE color: 4838277.
HSL color Cylindrical-coordinate representation of color #85D349: hue angle of 93.91º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85D349 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 211 | 73 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.17 |
| HSL | 93.91º | 0.61% | 0.56% | - |
| HSV(B) | 93.91º | 0.65% | 0.83% | - |
| XYZ | 34.17 | 52.06 | 14.55 | - |
| YUV | 171.95 | 72.16 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 73 | 0.37 | 0 | 0.65 | 0.17 | 93.91 | 0.61 | 0.56 |
| Hex | 85 | D3 | 49 | 25 | 0 | 41 | 11 | 5E | 3D | 38 |
| Octal | 205 | 323 | 111 | 45 | 0 | 101 | 21 | 136 | 75 | 70 |
| Binary | 10000101 | 11010011 | 1001001 | 100101 | 0 | 1000001 | 10001 | 1011110 | 111101 | 111000 |
Color Harmonies of #85D349
Complementary color
Monochromatic Colors of #85D349
Black with #85D349
Text Example
Text Example
White with #85D349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D349; }
p { color: rgb(133,211,73); }
H1.HeaderClassName
{
color: #85D349;
}
.AnyTagClassName
{
color: #85D349;
}
</style>
background-color css
<style>
a { background-color: #85D349; }
a { background-color: rgb(133,211,73); }
div.DivClassName
{
background-color: #85D349;
}
.BgClassName
{
background-color: #85D349;
}
</style>
border-color css
<style>
span { border-color: #85D349; }
span { border-color: rgb(133,211,73); }
td.TdClassName
{
border-color: #85D349;
}
.TagClassName
{
border-color: #85D349;
}
</style>