Shades of Mantis #85CC70
Tints of Mantis #85CC70
RGB
CMYK
RGB Variations
Color information
#85CC70 (or 0x85CC70) is known color: Mantis. HEX triplet: 85, CC and 70. RGB value is (133,204,112). Sum of RGB (Red+Green+Blue) = 133+204+112=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC70 is #7A338F. Grayscale: #ACACAC. Windows color (decimal): -8008592 or 7392389. OLE color: 7392389.
HSL color Cylindrical-coordinate representation of color #85CC70: hue angle of 106.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CC70 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 112 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.2 |
| HSL | 106.3º | 0.47% | 0.62% | - |
| HSV(B) | 106.3º | 0.45% | 0.8% | - |
| XYZ | 34.19 | 49.34 | 23.05 | - |
| YUV | 172.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 112 | 0.35 | 0 | 0.45 | 0.2 | 106.3 | 0.47 | 0.62 |
| Hex | 85 | CC | 70 | 23 | 0 | 2D | 14 | 6A | 2F | 3E |
| Octal | 205 | 314 | 160 | 43 | 0 | 55 | 24 | 152 | 57 | 76 |
| Binary | 10000101 | 11001100 | 1110000 | 100011 | 0 | 101101 | 10100 | 1101010 | 101111 | 111110 |
Color Harmonies of #85CC70
Complementary color
Monochromatic Colors of #85CC70
Black with #85CC70
Text Example
Text Example
White with #85CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC70; }
p { color: rgb(133,204,112); }
H1.HeaderClassName
{
color: #85CC70;
}
.AnyTagClassName
{
color: #85CC70;
}
</style>
background-color css
<style>
a { background-color: #85CC70; }
a { background-color: rgb(133,204,112); }
div.DivClassName
{
background-color: #85CC70;
}
.BgClassName
{
background-color: #85CC70;
}
</style>
border-color css
<style>
span { border-color: #85CC70; }
span { border-color: rgb(133,204,112); }
td.TdClassName
{
border-color: #85CC70;
}
.TagClassName
{
border-color: #85CC70;
}
</style>