Shades of Mantis #85DE4E
Tints of Mantis #85DE4E
RGB
CMYK
RGB Variations
Color information
#85DE4E (or 0x85DE4E) is known color: Mantis. HEX triplet: 85, DE and 4E. RGB value is (133,222,78). Sum of RGB (Red+Green+Blue) = 133+222+78=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE4E is #7A21B1. Grayscale: #B3B3B3. Windows color (decimal): -8004018 or 5168773. OLE color: 5168773.
HSL color Cylindrical-coordinate representation of color #85DE4E: hue angle of 97.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85DE4E is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 78 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.13 |
| HSL | 97.08º | 0.69% | 0.59% | - |
| HSV(B) | 97.08º | 0.65% | 0.87% | - |
| XYZ | 37.17 | 57.78 | 16.4 | - |
| YUV | 178.97 | 71.01 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 78 | 0.40 | 0 | 0.65 | 0.13 | 97.08 | 0.69 | 0.59 |
| Hex | 85 | DE | 4E | 28 | 0 | 41 | D | 61 | 45 | 3B |
| Octal | 205 | 336 | 116 | 50 | 0 | 101 | 15 | 141 | 105 | 73 |
| Binary | 10000101 | 11011110 | 1001110 | 101000 | 0 | 1000001 | 1101 | 1100001 | 1000101 | 111011 |
Color Harmonies of #85DE4E
Complementary color
Monochromatic Colors of #85DE4E
Black with #85DE4E
Text Example
Text Example
White with #85DE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE4E; }
p { color: rgb(133,222,78); }
H1.HeaderClassName
{
color: #85DE4E;
}
.AnyTagClassName
{
color: #85DE4E;
}
</style>
background-color css
<style>
a { background-color: #85DE4E; }
a { background-color: rgb(133,222,78); }
div.DivClassName
{
background-color: #85DE4E;
}
.BgClassName
{
background-color: #85DE4E;
}
</style>
border-color css
<style>
span { border-color: #85DE4E; }
span { border-color: rgb(133,222,78); }
td.TdClassName
{
border-color: #85DE4E;
}
.TagClassName
{
border-color: #85DE4E;
}
</style>