Shades of Mantis #85DE63
Tints of Mantis #85DE63
RGB
CMYK
RGB Variations
Color information
#85DE63 (or 0x85DE63) is known color: Mantis. HEX triplet: 85, DE and 63. RGB value is (133,222,99). Sum of RGB (Red+Green+Blue) = 133+222+99=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE63 is #7A219C. Grayscale: #B5B5B5. Windows color (decimal): -8003997 or 6545029. OLE color: 6545029.
HSL color Cylindrical-coordinate representation of color #85DE63: hue angle of 103.41º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85DE63 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 99 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.13 |
| HSL | 103.41º | 0.65% | 0.63% | - |
| HSV(B) | 103.41º | 0.55% | 0.87% | - |
| XYZ | 38.05 | 58.13 | 21.02 | - |
| YUV | 181.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 99 | 0.40 | 0 | 0.55 | 0.13 | 103.41 | 0.65 | 0.63 |
| Hex | 85 | DE | 63 | 28 | 0 | 37 | D | 67 | 41 | 3F |
| Octal | 205 | 336 | 143 | 50 | 0 | 67 | 15 | 147 | 101 | 77 |
| Binary | 10000101 | 11011110 | 1100011 | 101000 | 0 | 110111 | 1101 | 1100111 | 1000001 | 111111 |
Color Harmonies of #85DE63
Complementary color
Monochromatic Colors of #85DE63
Black with #85DE63
Text Example
Text Example
White with #85DE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE63; }
p { color: rgb(133,222,99); }
H1.HeaderClassName
{
color: #85DE63;
}
.AnyTagClassName
{
color: #85DE63;
}
</style>
background-color css
<style>
a { background-color: #85DE63; }
a { background-color: rgb(133,222,99); }
div.DivClassName
{
background-color: #85DE63;
}
.BgClassName
{
background-color: #85DE63;
}
</style>
border-color css
<style>
span { border-color: #85DE63; }
span { border-color: rgb(133,222,99); }
td.TdClassName
{
border-color: #85DE63;
}
.TagClassName
{
border-color: #85DE63;
}
</style>