Shades of Mantis #85D04E
Tints of Mantis #85D04E
RGB
CMYK
RGB Variations
Color information
#85D04E (or 0x85D04E) is known color: Mantis. HEX triplet: 85, D0 and 4E. RGB value is (133,208,78). Sum of RGB (Red+Green+Blue) = 133+208+78=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #85D04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D04E is #7A2FB1. Grayscale: #ABABAB. Windows color (decimal): -8007602 or 5165189. OLE color: 5165189.
HSL color Cylindrical-coordinate representation of color #85D04E: hue angle of 94.62º 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 #85D04E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 78 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.18 |
| HSL | 94.62º | 0.58% | 0.56% | - |
| HSV(B) | 94.62º | 0.63% | 0.82% | - |
| XYZ | 33.6 | 50.65 | 15.21 | - |
| YUV | 170.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 78 | 0.36 | 0 | 0.62 | 0.18 | 94.62 | 0.58 | 0.56 |
| Hex | 85 | D0 | 4E | 24 | 0 | 3E | 12 | 5F | 3A | 38 |
| Octal | 205 | 320 | 116 | 44 | 0 | 76 | 22 | 137 | 72 | 70 |
| Binary | 10000101 | 11010000 | 1001110 | 100100 | 0 | 111110 | 10010 | 1011111 | 111010 | 111000 |
Color Harmonies of #85D04E
Complementary color
Monochromatic Colors of #85D04E
Black with #85D04E
Text Example
Text Example
White with #85D04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D04E; }
p { color: rgb(133,208,78); }
H1.HeaderClassName
{
color: #85D04E;
}
.AnyTagClassName
{
color: #85D04E;
}
</style>
background-color css
<style>
a { background-color: #85D04E; }
a { background-color: rgb(133,208,78); }
div.DivClassName
{
background-color: #85D04E;
}
.BgClassName
{
background-color: #85D04E;
}
</style>
border-color css
<style>
span { border-color: #85D04E; }
span { border-color: rgb(133,208,78); }
td.TdClassName
{
border-color: #85D04E;
}
.TagClassName
{
border-color: #85D04E;
}
</style>