Shades of Mantis #85BE6B
Tints of Mantis #85BE6B
RGB
CMYK
RGB Variations
Color information
#85BE6B (or 0x85BE6B) is known color: Mantis. HEX triplet: 85, BE and 6B. RGB value is (133,190,107). Sum of RGB (Red+Green+Blue) = 133+190+107=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE6B is #7A4194. Grayscale: #A3A3A3. Windows color (decimal): -8012181 or 7061125. OLE color: 7061125.
HSL color Cylindrical-coordinate representation of color #85BE6B: hue angle of 101.2º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BE6B is Cyan = 0.3, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 107 | - |
| CMYK | 0.3 | 0 | 0.44 | 0.25 |
| HSL | 101.2º | 0.39% | 0.58% | - |
| HSV(B) | 101.2º | 0.44% | 0.75% | - |
| XYZ | 30.74 | 42.88 | 20.57 | - |
| YUV | 163.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 107 | 0.3 | 0 | 0.44 | 0.25 | 101.2 | 0.39 | 0.58 |
| Hex | 85 | BE | 6B | 1E | 0 | 2C | 19 | 65 | 27 | 3A |
| Octal | 205 | 276 | 153 | 36 | 0 | 54 | 31 | 145 | 47 | 72 |
| Binary | 10000101 | 10111110 | 1101011 | 11110 | 0 | 101100 | 11001 | 1100101 | 100111 | 111010 |
Color Harmonies of #85BE6B
Complementary color
Monochromatic Colors of #85BE6B
Black with #85BE6B
Text Example
Text Example
White with #85BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE6B; }
p { color: rgb(133,190,107); }
H1.HeaderClassName
{
color: #85BE6B;
}
.AnyTagClassName
{
color: #85BE6B;
}
</style>
background-color css
<style>
a { background-color: #85BE6B; }
a { background-color: rgb(133,190,107); }
div.DivClassName
{
background-color: #85BE6B;
}
.BgClassName
{
background-color: #85BE6B;
}
</style>
border-color css
<style>
span { border-color: #85BE6B; }
span { border-color: rgb(133,190,107); }
td.TdClassName
{
border-color: #85BE6B;
}
.TagClassName
{
border-color: #85BE6B;
}
</style>