Shades of Mantis #85E260
Tints of Mantis #85E260
RGB
CMYK
RGB Variations
Color information
#85E260 (or 0x85E260) is known color: Mantis. HEX triplet: 85, E2 and 60. RGB value is (133,226,96). Sum of RGB (Red+Green+Blue) = 133+226+96=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #85E260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E260 is #7A1D9F. Grayscale: #B7B7B7. Windows color (decimal): -8002976 or 6349445. OLE color: 6349445.
HSL color Cylindrical-coordinate representation of color #85E260: hue angle of 102.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85E260 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 96 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.11 |
| HSL | 102.92º | 0.69% | 0.63% | - |
| HSV(B) | 102.92º | 0.58% | 0.89% | - |
| XYZ | 38.98 | 60.22 | 20.64 | - |
| YUV | 183.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 96 | 0.41 | 0 | 0.58 | 0.11 | 102.92 | 0.69 | 0.63 |
| Hex | 85 | E2 | 60 | 29 | 0 | 3A | B | 67 | 45 | 3F |
| Octal | 205 | 342 | 140 | 51 | 0 | 72 | 13 | 147 | 105 | 77 |
| Binary | 10000101 | 11100010 | 1100000 | 101001 | 0 | 111010 | 1011 | 1100111 | 1000101 | 111111 |
Color Harmonies of #85E260
Complementary color
Monochromatic Colors of #85E260
Black with #85E260
Text Example
Text Example
White with #85E260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E260; }
p { color: rgb(133,226,96); }
H1.HeaderClassName
{
color: #85E260;
}
.AnyTagClassName
{
color: #85E260;
}
</style>
background-color css
<style>
a { background-color: #85E260; }
a { background-color: rgb(133,226,96); }
div.DivClassName
{
background-color: #85E260;
}
.BgClassName
{
background-color: #85E260;
}
</style>
border-color css
<style>
span { border-color: #85E260; }
span { border-color: rgb(133,226,96); }
td.TdClassName
{
border-color: #85E260;
}
.TagClassName
{
border-color: #85E260;
}
</style>