Shades of Mantis #85DA64
Tints of Mantis #85DA64
RGB
CMYK
RGB Variations
Color information
#85DA64 (or 0x85DA64) is known color: Mantis. HEX triplet: 85, DA and 64. RGB value is (133,218,100). Sum of RGB (Red+Green+Blue) = 133+218+100=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA64 is #7A259B. Grayscale: #B3B3B3. Windows color (decimal): -8005020 or 6609541. OLE color: 6609541.
HSL color Cylindrical-coordinate representation of color #85DA64: hue angle of 103.22º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85DA64 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 100 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.15 |
| HSL | 103.22º | 0.61% | 0.62% | - |
| HSV(B) | 103.22º | 0.54% | 0.85% | - |
| XYZ | 37.04 | 56.05 | 20.92 | - |
| YUV | 179.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 100 | 0.39 | 0 | 0.54 | 0.15 | 103.22 | 0.61 | 0.62 |
| Hex | 85 | DA | 64 | 27 | 0 | 36 | F | 67 | 3D | 3E |
| Octal | 205 | 332 | 144 | 47 | 0 | 66 | 17 | 147 | 75 | 76 |
| Binary | 10000101 | 11011010 | 1100100 | 100111 | 0 | 110110 | 1111 | 1100111 | 111101 | 111110 |
Color Harmonies of #85DA64
Complementary color
Monochromatic Colors of #85DA64
Black with #85DA64
Text Example
Text Example
White with #85DA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DA64; }
p { color: rgb(133,218,100); }
H1.HeaderClassName
{
color: #85DA64;
}
.AnyTagClassName
{
color: #85DA64;
}
</style>
background-color css
<style>
a { background-color: #85DA64; }
a { background-color: rgb(133,218,100); }
div.DivClassName
{
background-color: #85DA64;
}
.BgClassName
{
background-color: #85DA64;
}
</style>
border-color css
<style>
span { border-color: #85DA64; }
span { border-color: rgb(133,218,100); }
td.TdClassName
{
border-color: #85DA64;
}
.TagClassName
{
border-color: #85DA64;
}
</style>