Shades of Mantis #85CA4E
Tints of Mantis #85CA4E
RGB
CMYK
RGB Variations
Color information
#85CA4E (or 0x85CA4E) is known color: Mantis. HEX triplet: 85, CA and 4E. RGB value is (133,202,78). Sum of RGB (Red+Green+Blue) = 133+202+78=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA4E is #7A35B1. Grayscale: #A7A7A7. Windows color (decimal): -8009138 or 5163653. OLE color: 5163653.
HSL color Cylindrical-coordinate representation of color #85CA4E: hue angle of 93.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85CA4E is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 78 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.21 |
| HSL | 93.39º | 0.54% | 0.55% | - |
| HSV(B) | 93.39º | 0.61% | 0.79% | - |
| XYZ | 32.17 | 47.78 | 14.73 | - |
| YUV | 167.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 78 | 0.34 | 0 | 0.61 | 0.21 | 93.39 | 0.54 | 0.55 |
| Hex | 85 | CA | 4E | 22 | 0 | 3D | 15 | 5D | 36 | 37 |
| Octal | 205 | 312 | 116 | 42 | 0 | 75 | 25 | 135 | 66 | 67 |
| Binary | 10000101 | 11001010 | 1001110 | 100010 | 0 | 111101 | 10101 | 1011101 | 110110 | 110111 |
Color Harmonies of #85CA4E
Complementary color
Monochromatic Colors of #85CA4E
Black with #85CA4E
Text Example
Text Example
White with #85CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA4E; }
p { color: rgb(133,202,78); }
H1.HeaderClassName
{
color: #85CA4E;
}
.AnyTagClassName
{
color: #85CA4E;
}
</style>
background-color css
<style>
a { background-color: #85CA4E; }
a { background-color: rgb(133,202,78); }
div.DivClassName
{
background-color: #85CA4E;
}
.BgClassName
{
background-color: #85CA4E;
}
</style>
border-color css
<style>
span { border-color: #85CA4E; }
span { border-color: rgb(133,202,78); }
td.TdClassName
{
border-color: #85CA4E;
}
.TagClassName
{
border-color: #85CA4E;
}
</style>