Shades of Mantis #85D769
Tints of Mantis #85D769
RGB
CMYK
RGB Variations
Color information
#85D769 (or 0x85D769) is known color: Mantis. HEX triplet: 85, D7 and 69. RGB value is (133,215,105). Sum of RGB (Red+Green+Blue) = 133+215+105=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #85D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D769 is #7A2896. Grayscale: #B2B2B2. Windows color (decimal): -8005783 or 6936453. OLE color: 6936453.
HSL color Cylindrical-coordinate representation of color #85D769: hue angle of 104.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85D769 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 105 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.16 |
| HSL | 104.73º | 0.58% | 0.63% | - |
| HSV(B) | 104.73º | 0.51% | 0.84% | - |
| XYZ | 36.52 | 54.61 | 21.98 | - |
| YUV | 177.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 105 | 0.38 | 0 | 0.51 | 0.16 | 104.73 | 0.58 | 0.63 |
| Hex | 85 | D7 | 69 | 26 | 0 | 33 | 10 | 69 | 3A | 3F |
| Octal | 205 | 327 | 151 | 46 | 0 | 63 | 20 | 151 | 72 | 77 |
| Binary | 10000101 | 11010111 | 1101001 | 100110 | 0 | 110011 | 10000 | 1101001 | 111010 | 111111 |
Color Harmonies of #85D769
Complementary color
Monochromatic Colors of #85D769
Black with #85D769
Text Example
Text Example
White with #85D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D769; }
p { color: rgb(133,215,105); }
H1.HeaderClassName
{
color: #85D769;
}
.AnyTagClassName
{
color: #85D769;
}
</style>
background-color css
<style>
a { background-color: #85D769; }
a { background-color: rgb(133,215,105); }
div.DivClassName
{
background-color: #85D769;
}
.BgClassName
{
background-color: #85D769;
}
</style>
border-color css
<style>
span { border-color: #85D769; }
span { border-color: rgb(133,215,105); }
td.TdClassName
{
border-color: #85D769;
}
.TagClassName
{
border-color: #85D769;
}
</style>