Shades of Mantis #85E44C
Tints of Mantis #85E44C
RGB
CMYK
RGB Variations
Color information
#85E44C (or 0x85E44C) is known color: Mantis. HEX triplet: 85, E4 and 4C. RGB value is (133,228,76). Sum of RGB (Red+Green+Blue) = 133+228+76=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #85E44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E44C is #7A1BB3. Grayscale: #B6B6B6. Windows color (decimal): -8002484 or 5039237. OLE color: 5039237.
HSL color Cylindrical-coordinate representation of color #85E44C: hue angle of 97.5º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85E44C is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 76 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.11 |
| HSL | 97.5º | 0.74% | 0.6% | - |
| HSV(B) | 97.5º | 0.67% | 0.89% | - |
| XYZ | 38.72 | 61 | 16.57 | - |
| YUV | 182.27 | 68.03 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 76 | 0.42 | 0 | 0.67 | 0.11 | 97.5 | 0.74 | 0.6 |
| Hex | 85 | E4 | 4C | 2A | 0 | 43 | B | 62 | 4A | 3C |
| Octal | 205 | 344 | 114 | 52 | 0 | 103 | 13 | 142 | 112 | 74 |
| Binary | 10000101 | 11100100 | 1001100 | 101010 | 0 | 1000011 | 1011 | 1100010 | 1001010 | 111100 |
Color Harmonies of #85E44C
Complementary color
Monochromatic Colors of #85E44C
Black with #85E44C
Text Example
Text Example
White with #85E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E44C; }
p { color: rgb(133,228,76); }
H1.HeaderClassName
{
color: #85E44C;
}
.AnyTagClassName
{
color: #85E44C;
}
</style>
background-color css
<style>
a { background-color: #85E44C; }
a { background-color: rgb(133,228,76); }
div.DivClassName
{
background-color: #85E44C;
}
.BgClassName
{
background-color: #85E44C;
}
</style>
border-color css
<style>
span { border-color: #85E44C; }
span { border-color: rgb(133,228,76); }
td.TdClassName
{
border-color: #85E44C;
}
.TagClassName
{
border-color: #85E44C;
}
</style>