Shades of Mantis #85E44E
Tints of Mantis #85E44E
RGB
CMYK
RGB Variations
Color information
#85E44E (or 0x85E44E) is known color: Mantis. HEX triplet: 85, E4 and 4E. RGB value is (133,228,78). Sum of RGB (Red+Green+Blue) = 133+228+78=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #85E44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E44E is #7A1BB1. Grayscale: #B7B7B7. Windows color (decimal): -8002482 or 5170309. OLE color: 5170309.
HSL color Cylindrical-coordinate representation of color #85E44E: hue angle of 98º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85E44E is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 78 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.11 |
| HSL | 98º | 0.74% | 0.6% | - |
| HSV(B) | 98º | 0.66% | 0.89% | - |
| XYZ | 38.79 | 61.02 | 16.94 | - |
| YUV | 182.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 78 | 0.42 | 0 | 0.66 | 0.11 | 98 | 0.74 | 0.6 |
| Hex | 85 | E4 | 4E | 2A | 0 | 42 | B | 62 | 4A | 3C |
| Octal | 205 | 344 | 116 | 52 | 0 | 102 | 13 | 142 | 112 | 74 |
| Binary | 10000101 | 11100100 | 1001110 | 101010 | 0 | 1000010 | 1011 | 1100010 | 1001010 | 111100 |
Color Harmonies of #85E44E
Complementary color
Monochromatic Colors of #85E44E
Black with #85E44E
Text Example
Text Example
White with #85E44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E44E; }
p { color: rgb(133,228,78); }
H1.HeaderClassName
{
color: #85E44E;
}
.AnyTagClassName
{
color: #85E44E;
}
</style>
background-color css
<style>
a { background-color: #85E44E; }
a { background-color: rgb(133,228,78); }
div.DivClassName
{
background-color: #85E44E;
}
.BgClassName
{
background-color: #85E44E;
}
</style>
border-color css
<style>
span { border-color: #85E44E; }
span { border-color: rgb(133,228,78); }
td.TdClassName
{
border-color: #85E44E;
}
.TagClassName
{
border-color: #85E44E;
}
</style>