Shades of Mantis #85BE69
Tints of Mantis #85BE69
RGB
CMYK
RGB Variations
Color information
#85BE69 (or 0x85BE69) is known color: Mantis. HEX triplet: 85, BE and 69. RGB value is (133,190,105). Sum of RGB (Red+Green+Blue) = 133+190+105=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE69 is #7A4196. Grayscale: #A3A3A3. Windows color (decimal): -8012183 or 6930053. OLE color: 6930053.
HSL color Cylindrical-coordinate representation of color #85BE69: hue angle of 100.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BE69 is Cyan = 0.3, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 105 | - |
| CMYK | 0.3 | 0 | 0.45 | 0.25 |
| HSL | 100.24º | 0.4% | 0.58% | - |
| HSV(B) | 100.24º | 0.45% | 0.75% | - |
| XYZ | 30.64 | 42.83 | 20.02 | - |
| YUV | 163.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 105 | 0.3 | 0 | 0.45 | 0.25 | 100.24 | 0.4 | 0.58 |
| Hex | 85 | BE | 69 | 1E | 0 | 2D | 19 | 64 | 28 | 3A |
| Octal | 205 | 276 | 151 | 36 | 0 | 55 | 31 | 144 | 50 | 72 |
| Binary | 10000101 | 10111110 | 1101001 | 11110 | 0 | 101101 | 11001 | 1100100 | 101000 | 111010 |
Color Harmonies of #85BE69
Complementary color
Monochromatic Colors of #85BE69
Black with #85BE69
Text Example
Text Example
White with #85BE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE69; }
p { color: rgb(133,190,105); }
H1.HeaderClassName
{
color: #85BE69;
}
.AnyTagClassName
{
color: #85BE69;
}
</style>
background-color css
<style>
a { background-color: #85BE69; }
a { background-color: rgb(133,190,105); }
div.DivClassName
{
background-color: #85BE69;
}
.BgClassName
{
background-color: #85BE69;
}
</style>
border-color css
<style>
span { border-color: #85BE69; }
span { border-color: rgb(133,190,105); }
td.TdClassName
{
border-color: #85BE69;
}
.TagClassName
{
border-color: #85BE69;
}
</style>