Shades of Mantis #85C343
Tints of Mantis #85C343
RGB
CMYK
RGB Variations
Color information
#85C343 (or 0x85C343) is known color: Mantis. HEX triplet: 85, C3 and 43. RGB value is (133,195,67). Sum of RGB (Red+Green+Blue) = 133+195+67=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #85C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C343 is #7A3CBC. Grayscale: #A2A2A2. Windows color (decimal): -8010941 or 4440965. OLE color: 4440965.
HSL color Cylindrical-coordinate representation of color #85C343: hue angle of 89.06º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85C343 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 67 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.24 |
| HSL | 89.06º | 0.52% | 0.51% | - |
| HSV(B) | 89.06º | 0.66% | 0.76% | - |
| XYZ | 30.2 | 44.42 | 12.29 | - |
| YUV | 161.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 67 | 0.32 | 0 | 0.66 | 0.24 | 89.06 | 0.52 | 0.51 |
| Hex | 85 | C3 | 43 | 20 | 0 | 42 | 18 | 59 | 34 | 33 |
| Octal | 205 | 303 | 103 | 40 | 0 | 102 | 30 | 131 | 64 | 63 |
| Binary | 10000101 | 11000011 | 1000011 | 100000 | 0 | 1000010 | 11000 | 1011001 | 110100 | 110011 |
Color Harmonies of #85C343
Complementary color
Monochromatic Colors of #85C343
Black with #85C343
Text Example
Text Example
White with #85C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C343; }
p { color: rgb(133,195,67); }
H1.HeaderClassName
{
color: #85C343;
}
.AnyTagClassName
{
color: #85C343;
}
</style>
background-color css
<style>
a { background-color: #85C343; }
a { background-color: rgb(133,195,67); }
div.DivClassName
{
background-color: #85C343;
}
.BgClassName
{
background-color: #85C343;
}
</style>
border-color css
<style>
span { border-color: #85C343; }
span { border-color: rgb(133,195,67); }
td.TdClassName
{
border-color: #85C343;
}
.TagClassName
{
border-color: #85C343;
}
</style>