Shades of Mantis #85CC47
Tints of Mantis #85CC47
RGB
CMYK
RGB Variations
Color information
#85CC47 (or 0x85CC47) is known color: Mantis. HEX triplet: 85, CC and 47. RGB value is (133,204,71). Sum of RGB (Red+Green+Blue) = 133+204+71=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC47 is #7A33B8. Grayscale: #A8A8A8. Windows color (decimal): -8008633 or 4705413. OLE color: 4705413.
HSL color Cylindrical-coordinate representation of color #85CC47: hue angle of 92.03º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85CC47 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 71 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.2 |
| HSL | 92.03º | 0.57% | 0.54% | - |
| HSV(B) | 92.03º | 0.65% | 0.8% | - |
| XYZ | 32.4 | 48.63 | 13.64 | - |
| YUV | 167.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 71 | 0.35 | 0 | 0.65 | 0.2 | 92.03 | 0.57 | 0.54 |
| Hex | 85 | CC | 47 | 23 | 0 | 41 | 14 | 5C | 39 | 36 |
| Octal | 205 | 314 | 107 | 43 | 0 | 101 | 24 | 134 | 71 | 66 |
| Binary | 10000101 | 11001100 | 1000111 | 100011 | 0 | 1000001 | 10100 | 1011100 | 111001 | 110110 |
Color Harmonies of #85CC47
Complementary color
Monochromatic Colors of #85CC47
Black with #85CC47
Text Example
Text Example
White with #85CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC47; }
p { color: rgb(133,204,71); }
H1.HeaderClassName
{
color: #85CC47;
}
.AnyTagClassName
{
color: #85CC47;
}
</style>
background-color css
<style>
a { background-color: #85CC47; }
a { background-color: rgb(133,204,71); }
div.DivClassName
{
background-color: #85CC47;
}
.BgClassName
{
background-color: #85CC47;
}
</style>
border-color css
<style>
span { border-color: #85CC47; }
span { border-color: rgb(133,204,71); }
td.TdClassName
{
border-color: #85CC47;
}
.TagClassName
{
border-color: #85CC47;
}
</style>