Shades of Mantis #85D048
Tints of Mantis #85D048
RGB
CMYK
RGB Variations
Color information
#85D048 (or 0x85D048) is known color: Mantis. HEX triplet: 85, D0 and 48. RGB value is (133,208,72). Sum of RGB (Red+Green+Blue) = 133+208+72=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #85D048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D048 is #7A2FB7. Grayscale: #AAAAAA. Windows color (decimal): -8007608 or 4771973. OLE color: 4771973.
HSL color Cylindrical-coordinate representation of color #85D048: hue angle of 93.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85D048 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 72 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.18 |
| HSL | 93.09º | 0.59% | 0.55% | - |
| HSV(B) | 93.09º | 0.65% | 0.82% | - |
| XYZ | 33.4 | 50.57 | 14.13 | - |
| YUV | 170.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 72 | 0.36 | 0 | 0.65 | 0.18 | 93.09 | 0.59 | 0.55 |
| Hex | 85 | D0 | 48 | 24 | 0 | 41 | 12 | 5D | 3B | 37 |
| Octal | 205 | 320 | 110 | 44 | 0 | 101 | 22 | 135 | 73 | 67 |
| Binary | 10000101 | 11010000 | 1001000 | 100100 | 0 | 1000001 | 10010 | 1011101 | 111011 | 110111 |
Color Harmonies of #85D048
Complementary color
Monochromatic Colors of #85D048
Black with #85D048
Text Example
Text Example
White with #85D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D048; }
p { color: rgb(133,208,72); }
H1.HeaderClassName
{
color: #85D048;
}
.AnyTagClassName
{
color: #85D048;
}
</style>
background-color css
<style>
a { background-color: #85D048; }
a { background-color: rgb(133,208,72); }
div.DivClassName
{
background-color: #85D048;
}
.BgClassName
{
background-color: #85D048;
}
</style>
border-color css
<style>
span { border-color: #85D048; }
span { border-color: rgb(133,208,72); }
td.TdClassName
{
border-color: #85D048;
}
.TagClassName
{
border-color: #85D048;
}
</style>