Shades of Mantis #85E754
Tints of Mantis #85E754
RGB
CMYK
RGB Variations
Color information
#85E754 (or 0x85E754) is known color: Mantis. HEX triplet: 85, E7 and 54. RGB value is (133,231,84). Sum of RGB (Red+Green+Blue) = 133+231+84=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #85E754 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E754 is #7A18AB. Grayscale: #B9B9B9. Windows color (decimal): -8001708 or 5564293. OLE color: 5564293.
HSL color Cylindrical-coordinate representation of color #85E754: hue angle of 100º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85E754 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 84 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.09 |
| HSL | 100º | 0.75% | 0.62% | - |
| HSV(B) | 100º | 0.64% | 0.91% | - |
| XYZ | 39.85 | 62.78 | 18.4 | - |
| YUV | 184.94 | 71.03 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 84 | 0.42 | 0 | 0.64 | 0.09 | 100 | 0.75 | 0.62 |
| Hex | 85 | E7 | 54 | 2A | 0 | 40 | 9 | 64 | 4B | 3E |
| Octal | 205 | 347 | 124 | 52 | 0 | 100 | 11 | 144 | 113 | 76 |
| Binary | 10000101 | 11100111 | 1010100 | 101010 | 0 | 1000000 | 1001 | 1100100 | 1001011 | 111110 |
Color Harmonies of #85E754
Complementary color
Monochromatic Colors of #85E754
Black with #85E754
Text Example
Text Example
White with #85E754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E754; }
p { color: rgb(133,231,84); }
H1.HeaderClassName
{
color: #85E754;
}
.AnyTagClassName
{
color: #85E754;
}
</style>
background-color css
<style>
a { background-color: #85E754; }
a { background-color: rgb(133,231,84); }
div.DivClassName
{
background-color: #85E754;
}
.BgClassName
{
background-color: #85E754;
}
</style>
border-color css
<style>
span { border-color: #85E754; }
span { border-color: rgb(133,231,84); }
td.TdClassName
{
border-color: #85E754;
}
.TagClassName
{
border-color: #85E754;
}
</style>