Shades of Mantis #85E04D
Tints of Mantis #85E04D
RGB
CMYK
RGB Variations
Color information
#85E04D (or 0x85E04D) is known color: Mantis. HEX triplet: 85, E0 and 4D. RGB value is (133,224,77). Sum of RGB (Red+Green+Blue) = 133+224+77=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #85E04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E04D is #7A1FB2. Grayscale: #B4B4B4. Windows color (decimal): -8003507 or 5103749. OLE color: 5103749.
HSL color Cylindrical-coordinate representation of color #85E04D: hue angle of 97.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85E04D is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 224 | 77 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.12 |
| HSL | 97.14º | 0.7% | 0.59% | - |
| HSV(B) | 97.14º | 0.66% | 0.88% | - |
| XYZ | 37.67 | 58.83 | 16.39 | - |
| YUV | 180.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 224 | 77 | 0.41 | 0 | 0.66 | 0.12 | 97.14 | 0.7 | 0.59 |
| Hex | 85 | E0 | 4D | 29 | 0 | 42 | C | 61 | 46 | 3B |
| Octal | 205 | 340 | 115 | 51 | 0 | 102 | 14 | 141 | 106 | 73 |
| Binary | 10000101 | 11100000 | 1001101 | 101001 | 0 | 1000010 | 1100 | 1100001 | 1000110 | 111011 |
Color Harmonies of #85E04D
Complementary color
Monochromatic Colors of #85E04D
Black with #85E04D
Text Example
Text Example
White with #85E04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E04D; }
p { color: rgb(133,224,77); }
H1.HeaderClassName
{
color: #85E04D;
}
.AnyTagClassName
{
color: #85E04D;
}
</style>
background-color css
<style>
a { background-color: #85E04D; }
a { background-color: rgb(133,224,77); }
div.DivClassName
{
background-color: #85E04D;
}
.BgClassName
{
background-color: #85E04D;
}
</style>
border-color css
<style>
span { border-color: #85E04D; }
span { border-color: rgb(133,224,77); }
td.TdClassName
{
border-color: #85E04D;
}
.TagClassName
{
border-color: #85E04D;
}
</style>