Shades of Mantis #85D04F
Tints of Mantis #85D04F
RGB
CMYK
RGB Variations
Color information
#85D04F (or 0x85D04F) is known color: Mantis. HEX triplet: 85, D0 and 4F. RGB value is (133,208,79). Sum of RGB (Red+Green+Blue) = 133+208+79=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #85D04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D04F is #7A2FB0. Grayscale: #ABABAB. Windows color (decimal): -8007601 or 5230725. OLE color: 5230725.
HSL color Cylindrical-coordinate representation of color #85D04F: hue angle of 94.88º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85D04F is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 79 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.18 |
| HSL | 94.88º | 0.58% | 0.56% | - |
| HSV(B) | 94.88º | 0.62% | 0.82% | - |
| XYZ | 33.64 | 50.66 | 15.4 | - |
| YUV | 170.87 | 76.15 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 79 | 0.36 | 0 | 0.62 | 0.18 | 94.88 | 0.58 | 0.56 |
| Hex | 85 | D0 | 4F | 24 | 0 | 3E | 12 | 5F | 3A | 38 |
| Octal | 205 | 320 | 117 | 44 | 0 | 76 | 22 | 137 | 72 | 70 |
| Binary | 10000101 | 11010000 | 1001111 | 100100 | 0 | 111110 | 10010 | 1011111 | 111010 | 111000 |
Color Harmonies of #85D04F
Complementary color
Monochromatic Colors of #85D04F
Black with #85D04F
Text Example
Text Example
White with #85D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D04F; }
p { color: rgb(133,208,79); }
H1.HeaderClassName
{
color: #85D04F;
}
.AnyTagClassName
{
color: #85D04F;
}
</style>
background-color css
<style>
a { background-color: #85D04F; }
a { background-color: rgb(133,208,79); }
div.DivClassName
{
background-color: #85D04F;
}
.BgClassName
{
background-color: #85D04F;
}
</style>
border-color css
<style>
span { border-color: #85D04F; }
span { border-color: rgb(133,208,79); }
td.TdClassName
{
border-color: #85D04F;
}
.TagClassName
{
border-color: #85D04F;
}
</style>