Shades of Mantis #85CF5B
Tints of Mantis #85CF5B
RGB
CMYK
RGB Variations
Color information
#85CF5B (or 0x85CF5B) is known color: Mantis. HEX triplet: 85, CF and 5B. RGB value is (133,207,91). Sum of RGB (Red+Green+Blue) = 133+207+91=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF5B is #7A30A4. Grayscale: #ACACAC. Windows color (decimal): -8007845 or 6016901. OLE color: 6016901.
HSL color Cylindrical-coordinate representation of color #85CF5B: hue angle of 98.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85CF5B is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 91 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.19 |
| HSL | 98.28º | 0.55% | 0.58% | - |
| HSV(B) | 98.28º | 0.56% | 0.81% | - |
| XYZ | 33.87 | 50.37 | 17.83 | - |
| YUV | 171.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 91 | 0.36 | 0 | 0.56 | 0.19 | 98.28 | 0.55 | 0.58 |
| Hex | 85 | CF | 5B | 24 | 0 | 38 | 13 | 62 | 37 | 3A |
| Octal | 205 | 317 | 133 | 44 | 0 | 70 | 23 | 142 | 67 | 72 |
| Binary | 10000101 | 11001111 | 1011011 | 100100 | 0 | 111000 | 10011 | 1100010 | 110111 | 111010 |
Color Harmonies of #85CF5B
Complementary color
Monochromatic Colors of #85CF5B
Black with #85CF5B
Text Example
Text Example
White with #85CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF5B; }
p { color: rgb(133,207,91); }
H1.HeaderClassName
{
color: #85CF5B;
}
.AnyTagClassName
{
color: #85CF5B;
}
</style>
background-color css
<style>
a { background-color: #85CF5B; }
a { background-color: rgb(133,207,91); }
div.DivClassName
{
background-color: #85CF5B;
}
.BgClassName
{
background-color: #85CF5B;
}
</style>
border-color css
<style>
span { border-color: #85CF5B; }
span { border-color: rgb(133,207,91); }
td.TdClassName
{
border-color: #85CF5B;
}
.TagClassName
{
border-color: #85CF5B;
}
</style>