Shades of Mantis #85D658
Tints of Mantis #85D658
RGB
CMYK
RGB Variations
Color information
#85D658 (or 0x85D658) is known color: Mantis. HEX triplet: 85, D6 and 58. RGB value is (133,214,88). Sum of RGB (Red+Green+Blue) = 133+214+88=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #85D658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D658 is #7A29A7. Grayscale: #AFAFAF. Windows color (decimal): -8006056 or 5822085. OLE color: 5822085.
HSL color Cylindrical-coordinate representation of color #85D658: hue angle of 98.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85D658 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 88 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.16 |
| HSL | 98.57º | 0.61% | 0.59% | - |
| HSV(B) | 98.57º | 0.59% | 0.84% | - |
| XYZ | 35.48 | 53.78 | 17.74 | - |
| YUV | 175.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 88 | 0.38 | 0 | 0.59 | 0.16 | 98.57 | 0.61 | 0.59 |
| Hex | 85 | D6 | 58 | 26 | 0 | 3B | 10 | 63 | 3D | 3B |
| Octal | 205 | 326 | 130 | 46 | 0 | 73 | 20 | 143 | 75 | 73 |
| Binary | 10000101 | 11010110 | 1011000 | 100110 | 0 | 111011 | 10000 | 1100011 | 111101 | 111011 |
Color Harmonies of #85D658
Complementary color
Monochromatic Colors of #85D658
Black with #85D658
Text Example
Text Example
White with #85D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D658; }
p { color: rgb(133,214,88); }
H1.HeaderClassName
{
color: #85D658;
}
.AnyTagClassName
{
color: #85D658;
}
</style>
background-color css
<style>
a { background-color: #85D658; }
a { background-color: rgb(133,214,88); }
div.DivClassName
{
background-color: #85D658;
}
.BgClassName
{
background-color: #85D658;
}
</style>
border-color css
<style>
span { border-color: #85D658; }
span { border-color: rgb(133,214,88); }
td.TdClassName
{
border-color: #85D658;
}
.TagClassName
{
border-color: #85D658;
}
</style>