Shades of Mantis #85E458
Tints of Mantis #85E458
RGB
CMYK
RGB Variations
Color information
#85E458 (or 0x85E458) is known color: Mantis. HEX triplet: 85, E4 and 58. RGB value is (133,228,88). Sum of RGB (Red+Green+Blue) = 133+228+88=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #85E458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E458 is #7A1BA7. Grayscale: #B8B8B8. Windows color (decimal): -8002472 or 5825669. OLE color: 5825669.
HSL color Cylindrical-coordinate representation of color #85E458: hue angle of 100.71º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85E458 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 88 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.11 |
| HSL | 100.71º | 0.72% | 0.62% | - |
| HSV(B) | 100.71º | 0.61% | 0.89% | - |
| XYZ | 39.18 | 61.18 | 18.98 | - |
| YUV | 183.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 88 | 0.42 | 0 | 0.61 | 0.11 | 100.71 | 0.72 | 0.62 |
| Hex | 85 | E4 | 58 | 2A | 0 | 3D | B | 65 | 48 | 3E |
| Octal | 205 | 344 | 130 | 52 | 0 | 75 | 13 | 145 | 110 | 76 |
| Binary | 10000101 | 11100100 | 1011000 | 101010 | 0 | 111101 | 1011 | 1100101 | 1001000 | 111110 |
Color Harmonies of #85E458
Complementary color
Monochromatic Colors of #85E458
Black with #85E458
Text Example
Text Example
White with #85E458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E458; }
p { color: rgb(133,228,88); }
H1.HeaderClassName
{
color: #85E458;
}
.AnyTagClassName
{
color: #85E458;
}
</style>
background-color css
<style>
a { background-color: #85E458; }
a { background-color: rgb(133,228,88); }
div.DivClassName
{
background-color: #85E458;
}
.BgClassName
{
background-color: #85E458;
}
</style>
border-color css
<style>
span { border-color: #85E458; }
span { border-color: rgb(133,228,88); }
td.TdClassName
{
border-color: #85E458;
}
.TagClassName
{
border-color: #85E458;
}
</style>