Shades of Mantis #85EB4D
Tints of Mantis #85EB4D
RGB
CMYK
RGB Variations
Color information
#85EB4D (or 0x85EB4D) is known color: Mantis. HEX triplet: 85, EB and 4D. RGB value is (133,235,77). Sum of RGB (Red+Green+Blue) = 133+235+77=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB4D is #7A14B2. Grayscale: #BBBBBB. Windows color (decimal): -8000691 or 5106565. OLE color: 5106565.
HSL color Cylindrical-coordinate representation of color #85EB4D: hue angle of 98.73º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85EB4D is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 77 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.08 |
| HSL | 98.73º | 0.8% | 0.61% | - |
| HSV(B) | 98.73º | 0.67% | 0.92% | - |
| XYZ | 40.72 | 64.94 | 17.41 | - |
| YUV | 186.49 | 66.21 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 77 | 0.43 | 0 | 0.67 | 0.08 | 98.73 | 0.8 | 0.61 |
| Hex | 85 | EB | 4D | 2B | 0 | 43 | 8 | 63 | 50 | 3D |
| Octal | 205 | 353 | 115 | 53 | 0 | 103 | 10 | 143 | 120 | 75 |
| Binary | 10000101 | 11101011 | 1001101 | 101011 | 0 | 1000011 | 1000 | 1100011 | 1010000 | 111101 |
Color Harmonies of #85EB4D
Complementary color
Monochromatic Colors of #85EB4D
Black with #85EB4D
Text Example
Text Example
White with #85EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EB4D; }
p { color: rgb(133,235,77); }
H1.HeaderClassName
{
color: #85EB4D;
}
.AnyTagClassName
{
color: #85EB4D;
}
</style>
background-color css
<style>
a { background-color: #85EB4D; }
a { background-color: rgb(133,235,77); }
div.DivClassName
{
background-color: #85EB4D;
}
.BgClassName
{
background-color: #85EB4D;
}
</style>
border-color css
<style>
span { border-color: #85EB4D; }
span { border-color: rgb(133,235,77); }
td.TdClassName
{
border-color: #85EB4D;
}
.TagClassName
{
border-color: #85EB4D;
}
</style>