Shades of Mantis #85D950
Tints of Mantis #85D950
RGB
CMYK
RGB Variations
Color information
#85D950 (or 0x85D950) is known color: Mantis. HEX triplet: 85, D9 and 50. RGB value is (133,217,80). Sum of RGB (Red+Green+Blue) = 133+217+80=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #85D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D950 is #7A26AF. Grayscale: #B0B0B0. Windows color (decimal): -8005296 or 5298565. OLE color: 5298565.
HSL color Cylindrical-coordinate representation of color #85D950: hue angle of 96.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85D950 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 80 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.15 |
| HSL | 96.79º | 0.64% | 0.58% | - |
| HSV(B) | 96.79º | 0.63% | 0.85% | - |
| XYZ | 35.93 | 55.19 | 16.35 | - |
| YUV | 176.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 80 | 0.39 | 0 | 0.63 | 0.15 | 96.79 | 0.64 | 0.58 |
| Hex | 85 | D9 | 50 | 27 | 0 | 3F | F | 61 | 40 | 3A |
| Octal | 205 | 331 | 120 | 47 | 0 | 77 | 17 | 141 | 100 | 72 |
| Binary | 10000101 | 11011001 | 1010000 | 100111 | 0 | 111111 | 1111 | 1100001 | 1000000 | 111010 |
Color Harmonies of #85D950
Complementary color
Monochromatic Colors of #85D950
Black with #85D950
Text Example
Text Example
White with #85D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D950; }
p { color: rgb(133,217,80); }
H1.HeaderClassName
{
color: #85D950;
}
.AnyTagClassName
{
color: #85D950;
}
</style>
background-color css
<style>
a { background-color: #85D950; }
a { background-color: rgb(133,217,80); }
div.DivClassName
{
background-color: #85D950;
}
.BgClassName
{
background-color: #85D950;
}
</style>
border-color css
<style>
span { border-color: #85D950; }
span { border-color: rgb(133,217,80); }
td.TdClassName
{
border-color: #85D950;
}
.TagClassName
{
border-color: #85D950;
}
</style>