Shades of Mantis #85CF6A
Tints of Mantis #85CF6A
RGB
CMYK
RGB Variations
Color information
#85CF6A (or 0x85CF6A) is known color: Mantis. HEX triplet: 85, CF and 6A. RGB value is (133,207,106). Sum of RGB (Red+Green+Blue) = 133+207+106=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF6A is #7A3095. Grayscale: #ADADAD. Windows color (decimal): -8007830 or 6999941. OLE color: 6999941.
HSL color Cylindrical-coordinate representation of color #85CF6A: hue angle of 103.96º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85CF6A is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 106 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.19 |
| HSL | 103.96º | 0.51% | 0.61% | - |
| HSV(B) | 103.96º | 0.49% | 0.81% | - |
| XYZ | 34.59 | 50.65 | 21.59 | - |
| YUV | 173.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 106 | 0.36 | 0 | 0.49 | 0.19 | 103.96 | 0.51 | 0.61 |
| Hex | 85 | CF | 6A | 24 | 0 | 31 | 13 | 68 | 33 | 3D |
| Octal | 205 | 317 | 152 | 44 | 0 | 61 | 23 | 150 | 63 | 75 |
| Binary | 10000101 | 11001111 | 1101010 | 100100 | 0 | 110001 | 10011 | 1101000 | 110011 | 111101 |
Color Harmonies of #85CF6A
Complementary color
Monochromatic Colors of #85CF6A
Black with #85CF6A
Text Example
Text Example
White with #85CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF6A; }
p { color: rgb(133,207,106); }
H1.HeaderClassName
{
color: #85CF6A;
}
.AnyTagClassName
{
color: #85CF6A;
}
</style>
background-color css
<style>
a { background-color: #85CF6A; }
a { background-color: rgb(133,207,106); }
div.DivClassName
{
background-color: #85CF6A;
}
.BgClassName
{
background-color: #85CF6A;
}
</style>
border-color css
<style>
span { border-color: #85CF6A; }
span { border-color: rgb(133,207,106); }
td.TdClassName
{
border-color: #85CF6A;
}
.TagClassName
{
border-color: #85CF6A;
}
</style>