Shades of Mantis #85CF5A
Tints of Mantis #85CF5A
RGB
CMYK
RGB Variations
Color information
#85CF5A (or 0x85CF5A) is known color: Mantis. HEX triplet: 85, CF and 5A. RGB value is (133,207,90). Sum of RGB (Red+Green+Blue) = 133+207+90=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF5A is #7A30A5. Grayscale: #ABABAB. Windows color (decimal): -8007846 or 5951365. OLE color: 5951365.
HSL color Cylindrical-coordinate representation of color #85CF5A: hue angle of 97.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85CF5A is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 90 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.19 |
| HSL | 97.95º | 0.55% | 0.58% | - |
| HSV(B) | 97.95º | 0.57% | 0.81% | - |
| XYZ | 33.83 | 50.35 | 17.61 | - |
| YUV | 171.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 90 | 0.36 | 0 | 0.57 | 0.19 | 97.95 | 0.55 | 0.58 |
| Hex | 85 | CF | 5A | 24 | 0 | 39 | 13 | 62 | 37 | 3A |
| Octal | 205 | 317 | 132 | 44 | 0 | 71 | 23 | 142 | 67 | 72 |
| Binary | 10000101 | 11001111 | 1011010 | 100100 | 0 | 111001 | 10011 | 1100010 | 110111 | 111010 |
Color Harmonies of #85CF5A
Complementary color
Monochromatic Colors of #85CF5A
Black with #85CF5A
Text Example
Text Example
White with #85CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF5A; }
p { color: rgb(133,207,90); }
H1.HeaderClassName
{
color: #85CF5A;
}
.AnyTagClassName
{
color: #85CF5A;
}
</style>
background-color css
<style>
a { background-color: #85CF5A; }
a { background-color: rgb(133,207,90); }
div.DivClassName
{
background-color: #85CF5A;
}
.BgClassName
{
background-color: #85CF5A;
}
</style>
border-color css
<style>
span { border-color: #85CF5A; }
span { border-color: rgb(133,207,90); }
td.TdClassName
{
border-color: #85CF5A;
}
.TagClassName
{
border-color: #85CF5A;
}
</style>