Shades of Mantis #85D84B
Tints of Mantis #85D84B
RGB
CMYK
RGB Variations
Color information
#85D84B (or 0x85D84B) is known color: Mantis. HEX triplet: 85, D8 and 4B. RGB value is (133,216,75). Sum of RGB (Red+Green+Blue) = 133+216+75=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #85D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D84B is #7A27B4. Grayscale: #AFAFAF. Windows color (decimal): -8005557 or 4970629. OLE color: 4970629.
HSL color Cylindrical-coordinate representation of color #85D84B: hue angle of 95.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85D84B is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 75 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.15 |
| HSL | 95.32º | 0.64% | 0.57% | - |
| HSV(B) | 95.32º | 0.65% | 0.85% | - |
| XYZ | 35.5 | 54.61 | 15.33 | - |
| YUV | 175.11 | 71.5 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 75 | 0.38 | 0 | 0.65 | 0.15 | 95.32 | 0.64 | 0.57 |
| Hex | 85 | D8 | 4B | 26 | 0 | 41 | F | 5F | 40 | 39 |
| Octal | 205 | 330 | 113 | 46 | 0 | 101 | 17 | 137 | 100 | 71 |
| Binary | 10000101 | 11011000 | 1001011 | 100110 | 0 | 1000001 | 1111 | 1011111 | 1000000 | 111001 |
Color Harmonies of #85D84B
Complementary color
Monochromatic Colors of #85D84B
Black with #85D84B
Text Example
Text Example
White with #85D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D84B; }
p { color: rgb(133,216,75); }
H1.HeaderClassName
{
color: #85D84B;
}
.AnyTagClassName
{
color: #85D84B;
}
</style>
background-color css
<style>
a { background-color: #85D84B; }
a { background-color: rgb(133,216,75); }
div.DivClassName
{
background-color: #85D84B;
}
.BgClassName
{
background-color: #85D84B;
}
</style>
border-color css
<style>
span { border-color: #85D84B; }
span { border-color: rgb(133,216,75); }
td.TdClassName
{
border-color: #85D84B;
}
.TagClassName
{
border-color: #85D84B;
}
</style>