Shades of Mantis #85CC5C
Tints of Mantis #85CC5C
RGB
CMYK
RGB Variations
Color information
#85CC5C (or 0x85CC5C) is known color: Mantis. HEX triplet: 85, CC and 5C. RGB value is (133,204,92). Sum of RGB (Red+Green+Blue) = 133+204+92=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC5C is #7A33A3. Grayscale: #AAAAAA. Windows color (decimal): -8008612 or 6081669. OLE color: 6081669.
HSL color Cylindrical-coordinate representation of color #85CC5C: hue angle of 98.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85CC5C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 92 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.2 |
| HSL | 98.04º | 0.52% | 0.58% | - |
| HSV(B) | 98.04º | 0.55% | 0.8% | - |
| XYZ | 33.2 | 48.94 | 17.82 | - |
| YUV | 170 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 92 | 0.35 | 0 | 0.55 | 0.2 | 98.04 | 0.52 | 0.58 |
| Hex | 85 | CC | 5C | 23 | 0 | 37 | 14 | 62 | 34 | 3A |
| Octal | 205 | 314 | 134 | 43 | 0 | 67 | 24 | 142 | 64 | 72 |
| Binary | 10000101 | 11001100 | 1011100 | 100011 | 0 | 110111 | 10100 | 1100010 | 110100 | 111010 |
Color Harmonies of #85CC5C
Complementary color
Monochromatic Colors of #85CC5C
Black with #85CC5C
Text Example
Text Example
White with #85CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC5C; }
p { color: rgb(133,204,92); }
H1.HeaderClassName
{
color: #85CC5C;
}
.AnyTagClassName
{
color: #85CC5C;
}
</style>
background-color css
<style>
a { background-color: #85CC5C; }
a { background-color: rgb(133,204,92); }
div.DivClassName
{
background-color: #85CC5C;
}
.BgClassName
{
background-color: #85CC5C;
}
</style>
border-color css
<style>
span { border-color: #85CC5C; }
span { border-color: rgb(133,204,92); }
td.TdClassName
{
border-color: #85CC5C;
}
.TagClassName
{
border-color: #85CC5C;
}
</style>