Shades of Mantis #85CF70
Tints of Mantis #85CF70
RGB
CMYK
RGB Variations
Color information
#85CF70 (or 0x85CF70) is known color: Mantis. HEX triplet: 85, CF and 70. RGB value is (133,207,112). Sum of RGB (Red+Green+Blue) = 133+207+112=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF70 is #7A308F. Grayscale: #AEAEAE. Windows color (decimal): -8007824 or 7393157. OLE color: 7393157.
HSL color Cylindrical-coordinate representation of color #85CF70: hue angle of 106.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85CF70 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 112 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.19 |
| HSL | 106.74º | 0.5% | 0.63% | - |
| HSV(B) | 106.74º | 0.46% | 0.81% | - |
| XYZ | 34.91 | 50.78 | 23.29 | - |
| YUV | 174.04 | 92.98 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 112 | 0.36 | 0 | 0.46 | 0.19 | 106.74 | 0.5 | 0.63 |
| Hex | 85 | CF | 70 | 24 | 0 | 2E | 13 | 6B | 32 | 3F |
| Octal | 205 | 317 | 160 | 44 | 0 | 56 | 23 | 153 | 62 | 77 |
| Binary | 10000101 | 11001111 | 1110000 | 100100 | 0 | 101110 | 10011 | 1101011 | 110010 | 111111 |
Color Harmonies of #85CF70
Complementary color
Monochromatic Colors of #85CF70
Black with #85CF70
Text Example
Text Example
White with #85CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF70; }
p { color: rgb(133,207,112); }
H1.HeaderClassName
{
color: #85CF70;
}
.AnyTagClassName
{
color: #85CF70;
}
</style>
background-color css
<style>
a { background-color: #85CF70; }
a { background-color: rgb(133,207,112); }
div.DivClassName
{
background-color: #85CF70;
}
.BgClassName
{
background-color: #85CF70;
}
</style>
border-color css
<style>
span { border-color: #85CF70; }
span { border-color: rgb(133,207,112); }
td.TdClassName
{
border-color: #85CF70;
}
.TagClassName
{
border-color: #85CF70;
}
</style>