Shades of Mantis #85BF75
Tints of Mantis #85BF75
RGB
CMYK
RGB Variations
Color information
#85BF75 (or 0x85BF75) is known color: Mantis. HEX triplet: 85, BF and 75. RGB value is (133,191,117). Sum of RGB (Red+Green+Blue) = 133+191+117=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF75 is #7A408A. Grayscale: #A5A5A5. Windows color (decimal): -8011915 or 7716741. OLE color: 7716741.
HSL color Cylindrical-coordinate representation of color #85BF75: hue angle of 107.03º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85BF75 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 117 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.25 |
| HSL | 107.03º | 0.37% | 0.6% | - |
| HSV(B) | 107.03º | 0.39% | 0.75% | - |
| XYZ | 31.51 | 43.53 | 23.57 | - |
| YUV | 165.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 117 | 0.30 | 0 | 0.39 | 0.25 | 107.03 | 0.37 | 0.6 |
| Hex | 85 | BF | 75 | 1E | 0 | 27 | 19 | 6B | 25 | 3C |
| Octal | 205 | 277 | 165 | 36 | 0 | 47 | 31 | 153 | 45 | 74 |
| Binary | 10000101 | 10111111 | 1110101 | 11110 | 0 | 100111 | 11001 | 1101011 | 100101 | 111100 |
Color Harmonies of #85BF75
Complementary color
Monochromatic Colors of #85BF75
Black with #85BF75
Text Example
Text Example
White with #85BF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF75; }
p { color: rgb(133,191,117); }
H1.HeaderClassName
{
color: #85BF75;
}
.AnyTagClassName
{
color: #85BF75;
}
</style>
background-color css
<style>
a { background-color: #85BF75; }
a { background-color: rgb(133,191,117); }
div.DivClassName
{
background-color: #85BF75;
}
.BgClassName
{
background-color: #85BF75;
}
</style>
border-color css
<style>
span { border-color: #85BF75; }
span { border-color: rgb(133,191,117); }
td.TdClassName
{
border-color: #85BF75;
}
.TagClassName
{
border-color: #85BF75;
}
</style>