Shades of Mantis #85CF5C
Tints of Mantis #85CF5C
RGB
CMYK
RGB Variations
Color information
#85CF5C (or 0x85CF5C) is known color: Mantis. HEX triplet: 85, CF and 5C. RGB value is (133,207,92). Sum of RGB (Red+Green+Blue) = 133+207+92=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF5C is #7A30A3. Grayscale: #ACACAC. Windows color (decimal): -8007844 or 6082437. OLE color: 6082437.
HSL color Cylindrical-coordinate representation of color #85CF5C: hue angle of 98.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85CF5C is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 92 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.19 |
| HSL | 98.61º | 0.55% | 0.59% | - |
| HSV(B) | 98.61º | 0.56% | 0.81% | - |
| XYZ | 33.92 | 50.38 | 18.06 | - |
| YUV | 171.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 92 | 0.36 | 0 | 0.56 | 0.19 | 98.61 | 0.55 | 0.59 |
| Hex | 85 | CF | 5C | 24 | 0 | 38 | 13 | 63 | 37 | 3B |
| Octal | 205 | 317 | 134 | 44 | 0 | 70 | 23 | 143 | 67 | 73 |
| Binary | 10000101 | 11001111 | 1011100 | 100100 | 0 | 111000 | 10011 | 1100011 | 110111 | 111011 |
Color Harmonies of #85CF5C
Complementary color
Monochromatic Colors of #85CF5C
Black with #85CF5C
Text Example
Text Example
White with #85CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF5C; }
p { color: rgb(133,207,92); }
H1.HeaderClassName
{
color: #85CF5C;
}
.AnyTagClassName
{
color: #85CF5C;
}
</style>
background-color css
<style>
a { background-color: #85CF5C; }
a { background-color: rgb(133,207,92); }
div.DivClassName
{
background-color: #85CF5C;
}
.BgClassName
{
background-color: #85CF5C;
}
</style>
border-color css
<style>
span { border-color: #85CF5C; }
span { border-color: rgb(133,207,92); }
td.TdClassName
{
border-color: #85CF5C;
}
.TagClassName
{
border-color: #85CF5C;
}
</style>