Shades of Mantis #85CE54
Tints of Mantis #85CE54
RGB
CMYK
RGB Variations
Color information
#85CE54 (or 0x85CE54) is known color: Mantis. HEX triplet: 85, CE and 54. RGB value is (133,206,84). Sum of RGB (Red+Green+Blue) = 133+206+84=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE54 is #7A31AB. Grayscale: #AAAAAA. Windows color (decimal): -8008108 or 5557893. OLE color: 5557893.
HSL color Cylindrical-coordinate representation of color #85CE54: hue angle of 95.9º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85CE54 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 84 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.19 |
| HSL | 95.9º | 0.55% | 0.57% | - |
| HSV(B) | 95.9º | 0.59% | 0.81% | - |
| XYZ | 33.34 | 49.77 | 16.24 | - |
| YUV | 170.27 | 79.32 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 84 | 0.35 | 0 | 0.59 | 0.19 | 95.9 | 0.55 | 0.57 |
| Hex | 85 | CE | 54 | 23 | 0 | 3B | 13 | 60 | 37 | 39 |
| Octal | 205 | 316 | 124 | 43 | 0 | 73 | 23 | 140 | 67 | 71 |
| Binary | 10000101 | 11001110 | 1010100 | 100011 | 0 | 111011 | 10011 | 1100000 | 110111 | 111001 |
Color Harmonies of #85CE54
Complementary color
Monochromatic Colors of #85CE54
Black with #85CE54
Text Example
Text Example
White with #85CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE54; }
p { color: rgb(133,206,84); }
H1.HeaderClassName
{
color: #85CE54;
}
.AnyTagClassName
{
color: #85CE54;
}
</style>
background-color css
<style>
a { background-color: #85CE54; }
a { background-color: rgb(133,206,84); }
div.DivClassName
{
background-color: #85CE54;
}
.BgClassName
{
background-color: #85CE54;
}
</style>
border-color css
<style>
span { border-color: #85CE54; }
span { border-color: rgb(133,206,84); }
td.TdClassName
{
border-color: #85CE54;
}
.TagClassName
{
border-color: #85CE54;
}
</style>