Shades of Mantis #85E65D
Tints of Mantis #85E65D
RGB
CMYK
RGB Variations
Color information
#85E65D (or 0x85E65D) is known color: Mantis. HEX triplet: 85, E6 and 5D. RGB value is (133,230,93). Sum of RGB (Red+Green+Blue) = 133+230+93=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #85E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E65D is #7A19A2. Grayscale: #B9B9B9. Windows color (decimal): -8001955 or 6153861. OLE color: 6153861.
HSL color Cylindrical-coordinate representation of color #85E65D: hue angle of 102.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85E65D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 93 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.10 |
| HSL | 102.48º | 0.73% | 0.63% | - |
| HSV(B) | 102.48º | 0.6% | 0.9% | - |
| XYZ | 39.95 | 62.37 | 20.29 | - |
| YUV | 185.38 | 75.86 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 93 | 0.42 | 0 | 0.60 | 0.10 | 102.48 | 0.73 | 0.63 |
| Hex | 85 | E6 | 5D | 2A | 0 | 3C | A | 66 | 49 | 3F |
| Octal | 205 | 346 | 135 | 52 | 0 | 74 | 12 | 146 | 111 | 77 |
| Binary | 10000101 | 11100110 | 1011101 | 101010 | 0 | 111100 | 1010 | 1100110 | 1001001 | 111111 |
Color Harmonies of #85E65D
Complementary color
Monochromatic Colors of #85E65D
Black with #85E65D
Text Example
Text Example
White with #85E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E65D; }
p { color: rgb(133,230,93); }
H1.HeaderClassName
{
color: #85E65D;
}
.AnyTagClassName
{
color: #85E65D;
}
</style>
background-color css
<style>
a { background-color: #85E65D; }
a { background-color: rgb(133,230,93); }
div.DivClassName
{
background-color: #85E65D;
}
.BgClassName
{
background-color: #85E65D;
}
</style>
border-color css
<style>
span { border-color: #85E65D; }
span { border-color: rgb(133,230,93); }
td.TdClassName
{
border-color: #85E65D;
}
.TagClassName
{
border-color: #85E65D;
}
</style>