Shades of Mantis #85E45C
Tints of Mantis #85E45C
RGB
CMYK
RGB Variations
Color information
#85E45C (or 0x85E45C) is known color: Mantis. HEX triplet: 85, E4 and 5C. RGB value is (133,228,92). Sum of RGB (Red+Green+Blue) = 133+228+92=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #85E45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E45C is #7A1BA3. Grayscale: #B8B8B8. Windows color (decimal): -8002468 or 6087813. OLE color: 6087813.
HSL color Cylindrical-coordinate representation of color #85E45C: hue angle of 101.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85E45C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 92 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.11 |
| HSL | 101.91º | 0.72% | 0.63% | - |
| HSV(B) | 101.91º | 0.6% | 0.89% | - |
| XYZ | 39.35 | 61.25 | 19.87 | - |
| YUV | 184.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 92 | 0.42 | 0 | 0.60 | 0.11 | 101.91 | 0.72 | 0.63 |
| Hex | 85 | E4 | 5C | 2A | 0 | 3C | B | 66 | 48 | 3F |
| Octal | 205 | 344 | 134 | 52 | 0 | 74 | 13 | 146 | 110 | 77 |
| Binary | 10000101 | 11100100 | 1011100 | 101010 | 0 | 111100 | 1011 | 1100110 | 1001000 | 111111 |
Color Harmonies of #85E45C
Complementary color
Monochromatic Colors of #85E45C
Black with #85E45C
Text Example
Text Example
White with #85E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E45C; }
p { color: rgb(133,228,92); }
H1.HeaderClassName
{
color: #85E45C;
}
.AnyTagClassName
{
color: #85E45C;
}
</style>
background-color css
<style>
a { background-color: #85E45C; }
a { background-color: rgb(133,228,92); }
div.DivClassName
{
background-color: #85E45C;
}
.BgClassName
{
background-color: #85E45C;
}
</style>
border-color css
<style>
span { border-color: #85E45C; }
span { border-color: rgb(133,228,92); }
td.TdClassName
{
border-color: #85E45C;
}
.TagClassName
{
border-color: #85E45C;
}
</style>