Shades of Mantis #85C274
Tints of Mantis #85C274
RGB
CMYK
RGB Variations
Color information
#85C274 (or 0x85C274) is known color: Mantis. HEX triplet: 85, C2 and 74. RGB value is (133,194,116). Sum of RGB (Red+Green+Blue) = 133+194+116=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #85C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C274 is #7A3D8B. Grayscale: #A7A7A7. Windows color (decimal): -8011148 or 7651973. OLE color: 7651973.
HSL color Cylindrical-coordinate representation of color #85C274: hue angle of 106.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C274 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 116 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.24 |
| HSL | 106.92º | 0.39% | 0.61% | - |
| HSV(B) | 106.92º | 0.4% | 0.76% | - |
| XYZ | 32.12 | 44.83 | 23.48 | - |
| YUV | 166.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 116 | 0.31 | 0 | 0.40 | 0.24 | 106.92 | 0.39 | 0.61 |
| Hex | 85 | C2 | 74 | 1F | 0 | 28 | 18 | 6B | 27 | 3D |
| Octal | 205 | 302 | 164 | 37 | 0 | 50 | 30 | 153 | 47 | 75 |
| Binary | 10000101 | 11000010 | 1110100 | 11111 | 0 | 101000 | 11000 | 1101011 | 100111 | 111101 |
Color Harmonies of #85C274
Complementary color
Monochromatic Colors of #85C274
Black with #85C274
Text Example
Text Example
White with #85C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C274; }
p { color: rgb(133,194,116); }
H1.HeaderClassName
{
color: #85C274;
}
.AnyTagClassName
{
color: #85C274;
}
</style>
background-color css
<style>
a { background-color: #85C274; }
a { background-color: rgb(133,194,116); }
div.DivClassName
{
background-color: #85C274;
}
.BgClassName
{
background-color: #85C274;
}
</style>
border-color css
<style>
span { border-color: #85C274; }
span { border-color: rgb(133,194,116); }
td.TdClassName
{
border-color: #85C274;
}
.TagClassName
{
border-color: #85C274;
}
</style>