Shades of Mantis #85CA6E
Tints of Mantis #85CA6E
RGB
CMYK
RGB Variations
Color information
#85CA6E (or 0x85CA6E) is known color: Mantis. HEX triplet: 85, CA and 6E. RGB value is (133,202,110). Sum of RGB (Red+Green+Blue) = 133+202+110=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA6E is #7A3591. Grayscale: #ABABAB. Windows color (decimal): -8009106 or 7260805. OLE color: 7260805.
HSL color Cylindrical-coordinate representation of color #85CA6E: hue angle of 105º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85CA6E is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 110 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.21 |
| HSL | 105º | 0.46% | 0.61% | - |
| HSV(B) | 105º | 0.46% | 0.79% | - |
| XYZ | 33.61 | 48.35 | 22.31 | - |
| YUV | 170.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 110 | 0.34 | 0 | 0.46 | 0.21 | 105 | 0.46 | 0.61 |
| Hex | 85 | CA | 6E | 22 | 0 | 2E | 15 | 69 | 2E | 3D |
| Octal | 205 | 312 | 156 | 42 | 0 | 56 | 25 | 151 | 56 | 75 |
| Binary | 10000101 | 11001010 | 1101110 | 100010 | 0 | 101110 | 10101 | 1101001 | 101110 | 111101 |
Color Harmonies of #85CA6E
Complementary color
Monochromatic Colors of #85CA6E
Black with #85CA6E
Text Example
Text Example
White with #85CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA6E; }
p { color: rgb(133,202,110); }
H1.HeaderClassName
{
color: #85CA6E;
}
.AnyTagClassName
{
color: #85CA6E;
}
</style>
background-color css
<style>
a { background-color: #85CA6E; }
a { background-color: rgb(133,202,110); }
div.DivClassName
{
background-color: #85CA6E;
}
.BgClassName
{
background-color: #85CA6E;
}
</style>
border-color css
<style>
span { border-color: #85CA6E; }
span { border-color: rgb(133,202,110); }
td.TdClassName
{
border-color: #85CA6E;
}
.TagClassName
{
border-color: #85CA6E;
}
</style>