Shades of Mantis #85C75C
Tints of Mantis #85C75C
RGB
CMYK
RGB Variations
Color information
#85C75C (or 0x85C75C) is known color: Mantis. HEX triplet: 85, C7 and 5C. RGB value is (133,199,92). Sum of RGB (Red+Green+Blue) = 133+199+92=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #85C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C75C is #7A38A3. Grayscale: #A7A7A7. Windows color (decimal): -8009892 or 6080389. OLE color: 6080389.
HSL color Cylindrical-coordinate representation of color #85C75C: hue angle of 97.01º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85C75C is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 92 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.22 |
| HSL | 97.01º | 0.49% | 0.57% | - |
| HSV(B) | 97.01º | 0.54% | 0.78% | - |
| XYZ | 32.03 | 46.61 | 17.43 | - |
| YUV | 167.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 92 | 0.33 | 0 | 0.54 | 0.22 | 97.01 | 0.49 | 0.57 |
| Hex | 85 | C7 | 5C | 21 | 0 | 36 | 16 | 61 | 31 | 39 |
| Octal | 205 | 307 | 134 | 41 | 0 | 66 | 26 | 141 | 61 | 71 |
| Binary | 10000101 | 11000111 | 1011100 | 100001 | 0 | 110110 | 10110 | 1100001 | 110001 | 111001 |
Color Harmonies of #85C75C
Complementary color
Monochromatic Colors of #85C75C
Black with #85C75C
Text Example
Text Example
White with #85C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C75C; }
p { color: rgb(133,199,92); }
H1.HeaderClassName
{
color: #85C75C;
}
.AnyTagClassName
{
color: #85C75C;
}
</style>
background-color css
<style>
a { background-color: #85C75C; }
a { background-color: rgb(133,199,92); }
div.DivClassName
{
background-color: #85C75C;
}
.BgClassName
{
background-color: #85C75C;
}
</style>
border-color css
<style>
span { border-color: #85C75C; }
span { border-color: rgb(133,199,92); }
td.TdClassName
{
border-color: #85C75C;
}
.TagClassName
{
border-color: #85C75C;
}
</style>