Shades of Mantis #85CE50
Tints of Mantis #85CE50
RGB
CMYK
RGB Variations
Color information
#85CE50 (or 0x85CE50) is known color: Mantis. HEX triplet: 85, CE and 50. RGB value is (133,206,80). Sum of RGB (Red+Green+Blue) = 133+206+80=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE50 is #7A31AF. Grayscale: #AAAAAA. Windows color (decimal): -8008112 or 5295749. OLE color: 5295749.
HSL color Cylindrical-coordinate representation of color #85CE50: hue angle of 94.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85CE50 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 80 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.19 |
| HSL | 94.76º | 0.56% | 0.56% | - |
| HSV(B) | 94.76º | 0.61% | 0.81% | - |
| XYZ | 33.19 | 49.71 | 15.43 | - |
| YUV | 169.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 80 | 0.35 | 0 | 0.61 | 0.19 | 94.76 | 0.56 | 0.56 |
| Hex | 85 | CE | 50 | 23 | 0 | 3D | 13 | 5F | 38 | 38 |
| Octal | 205 | 316 | 120 | 43 | 0 | 75 | 23 | 137 | 70 | 70 |
| Binary | 10000101 | 11001110 | 1010000 | 100011 | 0 | 111101 | 10011 | 1011111 | 111000 | 111000 |
Color Harmonies of #85CE50
Complementary color
Monochromatic Colors of #85CE50
Black with #85CE50
Text Example
Text Example
White with #85CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE50; }
p { color: rgb(133,206,80); }
H1.HeaderClassName
{
color: #85CE50;
}
.AnyTagClassName
{
color: #85CE50;
}
</style>
background-color css
<style>
a { background-color: #85CE50; }
a { background-color: rgb(133,206,80); }
div.DivClassName
{
background-color: #85CE50;
}
.BgClassName
{
background-color: #85CE50;
}
</style>
border-color css
<style>
span { border-color: #85CE50; }
span { border-color: rgb(133,206,80); }
td.TdClassName
{
border-color: #85CE50;
}
.TagClassName
{
border-color: #85CE50;
}
</style>