Shades of Mantis #85D34F
Tints of Mantis #85D34F
RGB
CMYK
RGB Variations
Color information
#85D34F (or 0x85D34F) is known color: Mantis. HEX triplet: 85, D3 and 4F. RGB value is (133,211,79). Sum of RGB (Red+Green+Blue) = 133+211+79=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #85D34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D34F is #7A2CB0. Grayscale: #ADADAD. Windows color (decimal): -8006833 or 5231493. OLE color: 5231493.
HSL color Cylindrical-coordinate representation of color #85D34F: hue angle of 95.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85D34F is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 211 | 79 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.17 |
| HSL | 95.45º | 0.6% | 0.57% | - |
| HSV(B) | 95.45º | 0.63% | 0.83% | - |
| XYZ | 34.38 | 52.14 | 15.65 | - |
| YUV | 172.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 211 | 79 | 0.37 | 0 | 0.63 | 0.17 | 95.45 | 0.6 | 0.57 |
| Hex | 85 | D3 | 4F | 25 | 0 | 3F | 11 | 5F | 3C | 39 |
| Octal | 205 | 323 | 117 | 45 | 0 | 77 | 21 | 137 | 74 | 71 |
| Binary | 10000101 | 11010011 | 1001111 | 100101 | 0 | 111111 | 10001 | 1011111 | 111100 | 111001 |
Color Harmonies of #85D34F
Complementary color
Monochromatic Colors of #85D34F
Black with #85D34F
Text Example
Text Example
White with #85D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D34F; }
p { color: rgb(133,211,79); }
H1.HeaderClassName
{
color: #85D34F;
}
.AnyTagClassName
{
color: #85D34F;
}
</style>
background-color css
<style>
a { background-color: #85D34F; }
a { background-color: rgb(133,211,79); }
div.DivClassName
{
background-color: #85D34F;
}
.BgClassName
{
background-color: #85D34F;
}
</style>
border-color css
<style>
span { border-color: #85D34F; }
span { border-color: rgb(133,211,79); }
td.TdClassName
{
border-color: #85D34F;
}
.TagClassName
{
border-color: #85D34F;
}
</style>