Shades of Mantis #85E34B
Tints of Mantis #85E34B
RGB
CMYK
RGB Variations
Color information
#85E34B (or 0x85E34B) is known color: Mantis. HEX triplet: 85, E3 and 4B. RGB value is (133,227,75). Sum of RGB (Red+Green+Blue) = 133+227+75=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #85E34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E34B is #7A1CB4. Grayscale: #B6B6B6. Windows color (decimal): -8002741 or 4973445. OLE color: 4973445.
HSL color Cylindrical-coordinate representation of color #85E34B: hue angle of 97.11º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E34B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 227 | 75 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.11 |
| HSL | 97.11º | 0.73% | 0.59% | - |
| HSV(B) | 97.11º | 0.67% | 0.89% | - |
| XYZ | 38.41 | 60.43 | 16.3 | - |
| YUV | 181.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 227 | 75 | 0.41 | 0 | 0.67 | 0.11 | 97.11 | 0.73 | 0.59 |
| Hex | 85 | E3 | 4B | 29 | 0 | 43 | B | 61 | 49 | 3B |
| Octal | 205 | 343 | 113 | 51 | 0 | 103 | 13 | 141 | 111 | 73 |
| Binary | 10000101 | 11100011 | 1001011 | 101001 | 0 | 1000011 | 1011 | 1100001 | 1001001 | 111011 |
Color Harmonies of #85E34B
Complementary color
Monochromatic Colors of #85E34B
Black with #85E34B
Text Example
Text Example
White with #85E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E34B; }
p { color: rgb(133,227,75); }
H1.HeaderClassName
{
color: #85E34B;
}
.AnyTagClassName
{
color: #85E34B;
}
</style>
background-color css
<style>
a { background-color: #85E34B; }
a { background-color: rgb(133,227,75); }
div.DivClassName
{
background-color: #85E34B;
}
.BgClassName
{
background-color: #85E34B;
}
</style>
border-color css
<style>
span { border-color: #85E34B; }
span { border-color: rgb(133,227,75); }
td.TdClassName
{
border-color: #85E34B;
}
.TagClassName
{
border-color: #85E34B;
}
</style>