Shades of Mantis #85CC6B
Tints of Mantis #85CC6B
RGB
CMYK
RGB Variations
Color information
#85CC6B (or 0x85CC6B) is known color: Mantis. HEX triplet: 85, CC and 6B. RGB value is (133,204,107). Sum of RGB (Red+Green+Blue) = 133+204+107=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC6B is #7A3394. Grayscale: #ACACAC. Windows color (decimal): -8008597 or 7064709. OLE color: 7064709.
HSL color Cylindrical-coordinate representation of color #85CC6B: hue angle of 103.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85CC6B is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 107 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.2 |
| HSL | 103.92º | 0.49% | 0.61% | - |
| HSV(B) | 103.92º | 0.48% | 0.8% | - |
| XYZ | 33.92 | 49.23 | 21.63 | - |
| YUV | 171.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 107 | 0.35 | 0 | 0.48 | 0.2 | 103.92 | 0.49 | 0.61 |
| Hex | 85 | CC | 6B | 23 | 0 | 30 | 14 | 68 | 31 | 3D |
| Octal | 205 | 314 | 153 | 43 | 0 | 60 | 24 | 150 | 61 | 75 |
| Binary | 10000101 | 11001100 | 1101011 | 100011 | 0 | 110000 | 10100 | 1101000 | 110001 | 111101 |
Color Harmonies of #85CC6B
Complementary color
Monochromatic Colors of #85CC6B
Black with #85CC6B
Text Example
Text Example
White with #85CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC6B; }
p { color: rgb(133,204,107); }
H1.HeaderClassName
{
color: #85CC6B;
}
.AnyTagClassName
{
color: #85CC6B;
}
</style>
background-color css
<style>
a { background-color: #85CC6B; }
a { background-color: rgb(133,204,107); }
div.DivClassName
{
background-color: #85CC6B;
}
.BgClassName
{
background-color: #85CC6B;
}
</style>
border-color css
<style>
span { border-color: #85CC6B; }
span { border-color: rgb(133,204,107); }
td.TdClassName
{
border-color: #85CC6B;
}
.TagClassName
{
border-color: #85CC6B;
}
</style>