Shades of Mantis #85DE4D
Tints of Mantis #85DE4D
RGB
CMYK
RGB Variations
Color information
#85DE4D (or 0x85DE4D) is known color: Mantis. HEX triplet: 85, DE and 4D. RGB value is (133,222,77). Sum of RGB (Red+Green+Blue) = 133+222+77=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE4D is #7A21B2. Grayscale: #B3B3B3. Windows color (decimal): -8004019 or 5103237. OLE color: 5103237.
HSL color Cylindrical-coordinate representation of color #85DE4D: hue angle of 96.83º 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 #85DE4D is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 77 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.13 |
| HSL | 96.83º | 0.69% | 0.59% | - |
| HSV(B) | 96.83º | 0.65% | 0.87% | - |
| XYZ | 37.13 | 57.76 | 16.21 | - |
| YUV | 178.86 | 70.51 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 77 | 0.40 | 0 | 0.65 | 0.13 | 96.83 | 0.69 | 0.59 |
| Hex | 85 | DE | 4D | 28 | 0 | 41 | D | 61 | 45 | 3B |
| Octal | 205 | 336 | 115 | 50 | 0 | 101 | 15 | 141 | 105 | 73 |
| Binary | 10000101 | 11011110 | 1001101 | 101000 | 0 | 1000001 | 1101 | 1100001 | 1000101 | 111011 |
Color Harmonies of #85DE4D
Complementary color
Monochromatic Colors of #85DE4D
Black with #85DE4D
Text Example
Text Example
White with #85DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE4D; }
p { color: rgb(133,222,77); }
H1.HeaderClassName
{
color: #85DE4D;
}
.AnyTagClassName
{
color: #85DE4D;
}
</style>
background-color css
<style>
a { background-color: #85DE4D; }
a { background-color: rgb(133,222,77); }
div.DivClassName
{
background-color: #85DE4D;
}
.BgClassName
{
background-color: #85DE4D;
}
</style>
border-color css
<style>
span { border-color: #85DE4D; }
span { border-color: rgb(133,222,77); }
td.TdClassName
{
border-color: #85DE4D;
}
.TagClassName
{
border-color: #85DE4D;
}
</style>