Shades of Mantis #85DC60
Tints of Mantis #85DC60
RGB
CMYK
RGB Variations
Color information
#85DC60 (or 0x85DC60) is known color: Mantis. HEX triplet: 85, DC and 60. RGB value is (133,220,96). Sum of RGB (Red+Green+Blue) = 133+220+96=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC60 is #7A239F. Grayscale: #B4B4B4. Windows color (decimal): -8004512 or 6347909. OLE color: 6347909.
HSL color Cylindrical-coordinate representation of color #85DC60: hue angle of 102.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85DC60 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 96 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.14 |
| HSL | 102.1º | 0.64% | 0.62% | - |
| HSV(B) | 102.1º | 0.56% | 0.86% | - |
| XYZ | 37.38 | 57.02 | 20.1 | - |
| YUV | 179.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 96 | 0.40 | 0 | 0.56 | 0.14 | 102.1 | 0.64 | 0.62 |
| Hex | 85 | DC | 60 | 28 | 0 | 38 | E | 66 | 40 | 3E |
| Octal | 205 | 334 | 140 | 50 | 0 | 70 | 16 | 146 | 100 | 76 |
| Binary | 10000101 | 11011100 | 1100000 | 101000 | 0 | 111000 | 1110 | 1100110 | 1000000 | 111110 |
Color Harmonies of #85DC60
Complementary color
Monochromatic Colors of #85DC60
Black with #85DC60
Text Example
Text Example
White with #85DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC60; }
p { color: rgb(133,220,96); }
H1.HeaderClassName
{
color: #85DC60;
}
.AnyTagClassName
{
color: #85DC60;
}
</style>
background-color css
<style>
a { background-color: #85DC60; }
a { background-color: rgb(133,220,96); }
div.DivClassName
{
background-color: #85DC60;
}
.BgClassName
{
background-color: #85DC60;
}
</style>
border-color css
<style>
span { border-color: #85DC60; }
span { border-color: rgb(133,220,96); }
td.TdClassName
{
border-color: #85DC60;
}
.TagClassName
{
border-color: #85DC60;
}
</style>