Shades of Mantis #85DD65
Tints of Mantis #85DD65
RGB
CMYK
RGB Variations
Color information
#85DD65 (or 0x85DD65) is known color: Mantis. HEX triplet: 85, DD and 65. RGB value is (133,221,101). Sum of RGB (Red+Green+Blue) = 133+221+101=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD65 is #7A229A. Grayscale: #B5B5B5. Windows color (decimal): -8004251 or 6675845. OLE color: 6675845.
HSL color Cylindrical-coordinate representation of color #85DD65: hue angle of 104º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85DD65 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 101 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.13 |
| HSL | 104º | 0.64% | 0.63% | - |
| HSV(B) | 104º | 0.54% | 0.87% | - |
| XYZ | 37.88 | 57.64 | 21.44 | - |
| YUV | 181.01 | 82.85 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 101 | 0.40 | 0 | 0.54 | 0.13 | 104 | 0.64 | 0.63 |
| Hex | 85 | DD | 65 | 28 | 0 | 36 | D | 68 | 40 | 3F |
| Octal | 205 | 335 | 145 | 50 | 0 | 66 | 15 | 150 | 100 | 77 |
| Binary | 10000101 | 11011101 | 1100101 | 101000 | 0 | 110110 | 1101 | 1101000 | 1000000 | 111111 |
Color Harmonies of #85DD65
Complementary color
Monochromatic Colors of #85DD65
Black with #85DD65
Text Example
Text Example
White with #85DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD65; }
p { color: rgb(133,221,101); }
H1.HeaderClassName
{
color: #85DD65;
}
.AnyTagClassName
{
color: #85DD65;
}
</style>
background-color css
<style>
a { background-color: #85DD65; }
a { background-color: rgb(133,221,101); }
div.DivClassName
{
background-color: #85DD65;
}
.BgClassName
{
background-color: #85DD65;
}
</style>
border-color css
<style>
span { border-color: #85DD65; }
span { border-color: rgb(133,221,101); }
td.TdClassName
{
border-color: #85DD65;
}
.TagClassName
{
border-color: #85DD65;
}
</style>