Shades of Mantis #85DD53
Tints of Mantis #85DD53
RGB
CMYK
RGB Variations
Color information
#85DD53 (or 0x85DD53) is known color: Mantis. HEX triplet: 85, DD and 53. RGB value is (133,221,83). Sum of RGB (Red+Green+Blue) = 133+221+83=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD53 is #7A22AC. Grayscale: #B3B3B3. Windows color (decimal): -8004269 or 5496197. OLE color: 5496197.
HSL color Cylindrical-coordinate representation of color #85DD53: hue angle of 98.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85DD53 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 83 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.13 |
| HSL | 98.26º | 0.67% | 0.6% | - |
| HSV(B) | 98.26º | 0.62% | 0.87% | - |
| XYZ | 37.09 | 57.32 | 17.29 | - |
| YUV | 178.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 83 | 0.40 | 0 | 0.62 | 0.13 | 98.26 | 0.67 | 0.6 |
| Hex | 85 | DD | 53 | 28 | 0 | 3E | D | 62 | 43 | 3C |
| Octal | 205 | 335 | 123 | 50 | 0 | 76 | 15 | 142 | 103 | 74 |
| Binary | 10000101 | 11011101 | 1010011 | 101000 | 0 | 111110 | 1101 | 1100010 | 1000011 | 111100 |
Color Harmonies of #85DD53
Complementary color
Monochromatic Colors of #85DD53
Black with #85DD53
Text Example
Text Example
White with #85DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD53; }
p { color: rgb(133,221,83); }
H1.HeaderClassName
{
color: #85DD53;
}
.AnyTagClassName
{
color: #85DD53;
}
</style>
background-color css
<style>
a { background-color: #85DD53; }
a { background-color: rgb(133,221,83); }
div.DivClassName
{
background-color: #85DD53;
}
.BgClassName
{
background-color: #85DD53;
}
</style>
border-color css
<style>
span { border-color: #85DD53; }
span { border-color: rgb(133,221,83); }
td.TdClassName
{
border-color: #85DD53;
}
.TagClassName
{
border-color: #85DD53;
}
</style>