Shades of Mantis #85CF4D
Tints of Mantis #85CF4D
RGB
CMYK
RGB Variations
Color information
#85CF4D (or 0x85CF4D) is known color: Mantis. HEX triplet: 85, CF and 4D. RGB value is (133,207,77). Sum of RGB (Red+Green+Blue) = 133+207+77=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF4D is #7A30B2. Grayscale: #AAAAAA. Windows color (decimal): -8007859 or 5099397. OLE color: 5099397.
HSL color Cylindrical-coordinate representation of color #85CF4D: hue angle of 94.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85CF4D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 77 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.19 |
| HSL | 94.15º | 0.58% | 0.56% | - |
| HSV(B) | 94.15º | 0.63% | 0.81% | - |
| XYZ | 33.33 | 50.15 | 14.94 | - |
| YUV | 170.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 77 | 0.36 | 0 | 0.63 | 0.19 | 94.15 | 0.58 | 0.56 |
| Hex | 85 | CF | 4D | 24 | 0 | 3F | 13 | 5E | 3A | 38 |
| Octal | 205 | 317 | 115 | 44 | 0 | 77 | 23 | 136 | 72 | 70 |
| Binary | 10000101 | 11001111 | 1001101 | 100100 | 0 | 111111 | 10011 | 1011110 | 111010 | 111000 |
Color Harmonies of #85CF4D
Complementary color
Monochromatic Colors of #85CF4D
Black with #85CF4D
Text Example
Text Example
White with #85CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF4D; }
p { color: rgb(133,207,77); }
H1.HeaderClassName
{
color: #85CF4D;
}
.AnyTagClassName
{
color: #85CF4D;
}
</style>
background-color css
<style>
a { background-color: #85CF4D; }
a { background-color: rgb(133,207,77); }
div.DivClassName
{
background-color: #85CF4D;
}
.BgClassName
{
background-color: #85CF4D;
}
</style>
border-color css
<style>
span { border-color: #85CF4D; }
span { border-color: rgb(133,207,77); }
td.TdClassName
{
border-color: #85CF4D;
}
.TagClassName
{
border-color: #85CF4D;
}
</style>