Shades of Mantis #85CE66
Tints of Mantis #85CE66
RGB
CMYK
RGB Variations
Color information
#85CE66 (or 0x85CE66) is known color: Mantis. HEX triplet: 85, CE and 66. RGB value is (133,206,102). Sum of RGB (Red+Green+Blue) = 133+206+102=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE66 is #7A3199. Grayscale: #ACACAC. Windows color (decimal): -8008090 or 6737541. OLE color: 6737541.
HSL color Cylindrical-coordinate representation of color #85CE66: hue angle of 102.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85CE66 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 102 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.19 |
| HSL | 102.12º | 0.51% | 0.6% | - |
| HSV(B) | 102.12º | 0.5% | 0.81% | - |
| XYZ | 34.14 | 50.09 | 20.44 | - |
| YUV | 172.32 | 88.32 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 102 | 0.35 | 0 | 0.50 | 0.19 | 102.12 | 0.51 | 0.6 |
| Hex | 85 | CE | 66 | 23 | 0 | 32 | 13 | 66 | 33 | 3C |
| Octal | 205 | 316 | 146 | 43 | 0 | 62 | 23 | 146 | 63 | 74 |
| Binary | 10000101 | 11001110 | 1100110 | 100011 | 0 | 110010 | 10011 | 1100110 | 110011 | 111100 |
Color Harmonies of #85CE66
Complementary color
Monochromatic Colors of #85CE66
Black with #85CE66
Text Example
Text Example
White with #85CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE66; }
p { color: rgb(133,206,102); }
H1.HeaderClassName
{
color: #85CE66;
}
.AnyTagClassName
{
color: #85CE66;
}
</style>
background-color css
<style>
a { background-color: #85CE66; }
a { background-color: rgb(133,206,102); }
div.DivClassName
{
background-color: #85CE66;
}
.BgClassName
{
background-color: #85CE66;
}
</style>
border-color css
<style>
span { border-color: #85CE66; }
span { border-color: rgb(133,206,102); }
td.TdClassName
{
border-color: #85CE66;
}
.TagClassName
{
border-color: #85CE66;
}
</style>