Shades of Mantis #85CC45
Tints of Mantis #85CC45
RGB
CMYK
RGB Variations
Color information
#85CC45 (or 0x85CC45) is known color: Mantis. HEX triplet: 85, CC and 45. RGB value is (133,204,69). Sum of RGB (Red+Green+Blue) = 133+204+69=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC45 is #7A33BA. Grayscale: #A7A7A7. Windows color (decimal): -8008635 or 4574341. OLE color: 4574341.
HSL color Cylindrical-coordinate representation of color #85CC45: hue angle of 91.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85CC45 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 69 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.2 |
| HSL | 91.56º | 0.57% | 0.54% | - |
| HSV(B) | 91.56º | 0.66% | 0.8% | - |
| XYZ | 32.34 | 48.6 | 13.31 | - |
| YUV | 167.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 69 | 0.35 | 0 | 0.66 | 0.2 | 91.56 | 0.57 | 0.54 |
| Hex | 85 | CC | 45 | 23 | 0 | 42 | 14 | 5C | 39 | 36 |
| Octal | 205 | 314 | 105 | 43 | 0 | 102 | 24 | 134 | 71 | 66 |
| Binary | 10000101 | 11001100 | 1000101 | 100011 | 0 | 1000010 | 10100 | 1011100 | 111001 | 110110 |
Color Harmonies of #85CC45
Complementary color
Monochromatic Colors of #85CC45
Black with #85CC45
Text Example
Text Example
White with #85CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC45; }
p { color: rgb(133,204,69); }
H1.HeaderClassName
{
color: #85CC45;
}
.AnyTagClassName
{
color: #85CC45;
}
</style>
background-color css
<style>
a { background-color: #85CC45; }
a { background-color: rgb(133,204,69); }
div.DivClassName
{
background-color: #85CC45;
}
.BgClassName
{
background-color: #85CC45;
}
</style>
border-color css
<style>
span { border-color: #85CC45; }
span { border-color: rgb(133,204,69); }
td.TdClassName
{
border-color: #85CC45;
}
.TagClassName
{
border-color: #85CC45;
}
</style>