Shades of Mantis #85D948
Tints of Mantis #85D948
RGB
CMYK
RGB Variations
Color information
#85D948 (or 0x85D948) is known color: Mantis. HEX triplet: 85, D9 and 48. RGB value is (133,217,72). Sum of RGB (Red+Green+Blue) = 133+217+72=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #85D948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D948 is #7A26B7. Grayscale: #AFAFAF. Windows color (decimal): -8005304 or 4774277. OLE color: 4774277.
HSL color Cylindrical-coordinate representation of color #85D948: hue angle of 94.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85D948 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 72 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.15 |
| HSL | 94.76º | 0.66% | 0.57% | - |
| HSV(B) | 94.76º | 0.67% | 0.85% | - |
| XYZ | 35.66 | 55.08 | 14.88 | - |
| YUV | 175.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 72 | 0.39 | 0 | 0.67 | 0.15 | 94.76 | 0.66 | 0.57 |
| Hex | 85 | D9 | 48 | 27 | 0 | 43 | F | 5F | 42 | 39 |
| Octal | 205 | 331 | 110 | 47 | 0 | 103 | 17 | 137 | 102 | 71 |
| Binary | 10000101 | 11011001 | 1001000 | 100111 | 0 | 1000011 | 1111 | 1011111 | 1000010 | 111001 |
Color Harmonies of #85D948
Complementary color
Monochromatic Colors of #85D948
Black with #85D948
Text Example
Text Example
White with #85D948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D948; }
p { color: rgb(133,217,72); }
H1.HeaderClassName
{
color: #85D948;
}
.AnyTagClassName
{
color: #85D948;
}
</style>
background-color css
<style>
a { background-color: #85D948; }
a { background-color: rgb(133,217,72); }
div.DivClassName
{
background-color: #85D948;
}
.BgClassName
{
background-color: #85D948;
}
</style>
border-color css
<style>
span { border-color: #85D948; }
span { border-color: rgb(133,217,72); }
td.TdClassName
{
border-color: #85D948;
}
.TagClassName
{
border-color: #85D948;
}
</style>