Shades of Mantis #85C26F
Tints of Mantis #85C26F
RGB
CMYK
RGB Variations
Color information
#85C26F (or 0x85C26F) is known color: Mantis. HEX triplet: 85, C2 and 6F. RGB value is (133,194,111). Sum of RGB (Red+Green+Blue) = 133+194+111=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #85C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C26F is #7A3D90. Grayscale: #A6A6A6. Windows color (decimal): -8011153 or 7324293. OLE color: 7324293.
HSL color Cylindrical-coordinate representation of color #85C26F: hue angle of 104.1º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85C26F is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 111 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.24 |
| HSL | 104.1º | 0.4% | 0.6% | - |
| HSV(B) | 104.1º | 0.43% | 0.76% | - |
| XYZ | 31.83 | 44.72 | 21.99 | - |
| YUV | 166.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 111 | 0.31 | 0 | 0.43 | 0.24 | 104.1 | 0.4 | 0.6 |
| Hex | 85 | C2 | 6F | 1F | 0 | 2B | 18 | 68 | 28 | 3C |
| Octal | 205 | 302 | 157 | 37 | 0 | 53 | 30 | 150 | 50 | 74 |
| Binary | 10000101 | 11000010 | 1101111 | 11111 | 0 | 101011 | 11000 | 1101000 | 101000 | 111100 |
Color Harmonies of #85C26F
Complementary color
Monochromatic Colors of #85C26F
Black with #85C26F
Text Example
Text Example
White with #85C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C26F; }
p { color: rgb(133,194,111); }
H1.HeaderClassName
{
color: #85C26F;
}
.AnyTagClassName
{
color: #85C26F;
}
</style>
background-color css
<style>
a { background-color: #85C26F; }
a { background-color: rgb(133,194,111); }
div.DivClassName
{
background-color: #85C26F;
}
.BgClassName
{
background-color: #85C26F;
}
</style>
border-color css
<style>
span { border-color: #85C26F; }
span { border-color: rgb(133,194,111); }
td.TdClassName
{
border-color: #85C26F;
}
.TagClassName
{
border-color: #85C26F;
}
</style>