Shades of Mantis #85DD4B
Tints of Mantis #85DD4B
RGB
CMYK
RGB Variations
Color information
#85DD4B (or 0x85DD4B) is known color: Mantis. HEX triplet: 85, DD and 4B. RGB value is (133,221,75). Sum of RGB (Red+Green+Blue) = 133+221+75=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD4B is #7A22B4. Grayscale: #B2B2B2. Windows color (decimal): -8004277 or 4971909. OLE color: 4971909.
HSL color Cylindrical-coordinate representation of color #85DD4B: hue angle of 96.16º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85DD4B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 75 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.13 |
| HSL | 96.16º | 0.68% | 0.58% | - |
| HSV(B) | 96.16º | 0.66% | 0.87% | - |
| XYZ | 36.8 | 57.21 | 15.76 | - |
| YUV | 178.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 75 | 0.40 | 0 | 0.66 | 0.13 | 96.16 | 0.68 | 0.58 |
| Hex | 85 | DD | 4B | 28 | 0 | 42 | D | 60 | 44 | 3A |
| Octal | 205 | 335 | 113 | 50 | 0 | 102 | 15 | 140 | 104 | 72 |
| Binary | 10000101 | 11011101 | 1001011 | 101000 | 0 | 1000010 | 1101 | 1100000 | 1000100 | 111010 |
Color Harmonies of #85DD4B
Complementary color
Monochromatic Colors of #85DD4B
Black with #85DD4B
Text Example
Text Example
White with #85DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD4B; }
p { color: rgb(133,221,75); }
H1.HeaderClassName
{
color: #85DD4B;
}
.AnyTagClassName
{
color: #85DD4B;
}
</style>
background-color css
<style>
a { background-color: #85DD4B; }
a { background-color: rgb(133,221,75); }
div.DivClassName
{
background-color: #85DD4B;
}
.BgClassName
{
background-color: #85DD4B;
}
</style>
border-color css
<style>
span { border-color: #85DD4B; }
span { border-color: rgb(133,221,75); }
td.TdClassName
{
border-color: #85DD4B;
}
.TagClassName
{
border-color: #85DD4B;
}
</style>