Shades of Mantis #85D747
Tints of Mantis #85D747
RGB
CMYK
RGB Variations
Color information
#85D747 (or 0x85D747) is known color: Mantis. HEX triplet: 85, D7 and 47. RGB value is (133,215,71). Sum of RGB (Red+Green+Blue) = 133+215+71=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #85D747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D747 is #7A28B8. Grayscale: #AEAEAE. Windows color (decimal): -8005817 or 4708229. OLE color: 4708229.
HSL color Cylindrical-coordinate representation of color #85D747: hue angle of 94.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85D747 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 71 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.16 |
| HSL | 94.17º | 0.64% | 0.56% | - |
| HSV(B) | 94.17º | 0.67% | 0.84% | - |
| XYZ | 35.11 | 54.04 | 14.54 | - |
| YUV | 174.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 71 | 0.38 | 0 | 0.67 | 0.16 | 94.17 | 0.64 | 0.56 |
| Hex | 85 | D7 | 47 | 26 | 0 | 43 | 10 | 5E | 40 | 38 |
| Octal | 205 | 327 | 107 | 46 | 0 | 103 | 20 | 136 | 100 | 70 |
| Binary | 10000101 | 11010111 | 1000111 | 100110 | 0 | 1000011 | 10000 | 1011110 | 1000000 | 111000 |
Color Harmonies of #85D747
Complementary color
Monochromatic Colors of #85D747
Black with #85D747
Text Example
Text Example
White with #85D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D747; }
p { color: rgb(133,215,71); }
H1.HeaderClassName
{
color: #85D747;
}
.AnyTagClassName
{
color: #85D747;
}
</style>
background-color css
<style>
a { background-color: #85D747; }
a { background-color: rgb(133,215,71); }
div.DivClassName
{
background-color: #85D747;
}
.BgClassName
{
background-color: #85D747;
}
</style>
border-color css
<style>
span { border-color: #85D747; }
span { border-color: rgb(133,215,71); }
td.TdClassName
{
border-color: #85D747;
}
.TagClassName
{
border-color: #85D747;
}
</style>