Shades of Mantis #85DA68
Tints of Mantis #85DA68
RGB
CMYK
RGB Variations
Color information
#85DA68 (or 0x85DA68) is known color: Mantis. HEX triplet: 85, DA and 68. RGB value is (133,218,104). Sum of RGB (Red+Green+Blue) = 133+218+104=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA68 is #7A2597. Grayscale: #B3B3B3. Windows color (decimal): -8005016 or 6871685. OLE color: 6871685.
HSL color Cylindrical-coordinate representation of color #85DA68: hue angle of 104.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85DA68 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 104 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.15 |
| HSL | 104.74º | 0.61% | 0.63% | - |
| HSV(B) | 104.74º | 0.52% | 0.85% | - |
| XYZ | 37.24 | 56.13 | 21.97 | - |
| YUV | 179.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 104 | 0.39 | 0 | 0.52 | 0.15 | 104.74 | 0.61 | 0.63 |
| Hex | 85 | DA | 68 | 27 | 0 | 34 | F | 69 | 3D | 3F |
| Octal | 205 | 332 | 150 | 47 | 0 | 64 | 17 | 151 | 75 | 77 |
| Binary | 10000101 | 11011010 | 1101000 | 100111 | 0 | 110100 | 1111 | 1101001 | 111101 | 111111 |
Color Harmonies of #85DA68
Complementary color
Monochromatic Colors of #85DA68
Black with #85DA68
Text Example
Text Example
White with #85DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DA68; }
p { color: rgb(133,218,104); }
H1.HeaderClassName
{
color: #85DA68;
}
.AnyTagClassName
{
color: #85DA68;
}
</style>
background-color css
<style>
a { background-color: #85DA68; }
a { background-color: rgb(133,218,104); }
div.DivClassName
{
background-color: #85DA68;
}
.BgClassName
{
background-color: #85DA68;
}
</style>
border-color css
<style>
span { border-color: #85DA68; }
span { border-color: rgb(133,218,104); }
td.TdClassName
{
border-color: #85DA68;
}
.TagClassName
{
border-color: #85DA68;
}
</style>