Shades of Mantis #85CF58
Tints of Mantis #85CF58
RGB
CMYK
RGB Variations
Color information
#85CF58 (or 0x85CF58) is known color: Mantis. HEX triplet: 85, CF and 58. RGB value is (133,207,88). Sum of RGB (Red+Green+Blue) = 133+207+88=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF58 is #7A30A7. Grayscale: #ABABAB. Windows color (decimal): -8007848 or 5820293. OLE color: 5820293.
HSL color Cylindrical-coordinate representation of color #85CF58: hue angle of 97.31º 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 #85CF58 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 88 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.19 |
| HSL | 97.31º | 0.55% | 0.58% | - |
| HSV(B) | 97.31º | 0.57% | 0.81% | - |
| XYZ | 33.75 | 50.32 | 17.17 | - |
| YUV | 171.31 | 80.98 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 88 | 0.36 | 0 | 0.57 | 0.19 | 97.31 | 0.55 | 0.58 |
| Hex | 85 | CF | 58 | 24 | 0 | 39 | 13 | 61 | 37 | 3A |
| Octal | 205 | 317 | 130 | 44 | 0 | 71 | 23 | 141 | 67 | 72 |
| Binary | 10000101 | 11001111 | 1011000 | 100100 | 0 | 111001 | 10011 | 1100001 | 110111 | 111010 |
Color Harmonies of #85CF58
Complementary color
Monochromatic Colors of #85CF58
Black with #85CF58
Text Example
Text Example
White with #85CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF58; }
p { color: rgb(133,207,88); }
H1.HeaderClassName
{
color: #85CF58;
}
.AnyTagClassName
{
color: #85CF58;
}
</style>
background-color css
<style>
a { background-color: #85CF58; }
a { background-color: rgb(133,207,88); }
div.DivClassName
{
background-color: #85CF58;
}
.BgClassName
{
background-color: #85CF58;
}
</style>
border-color css
<style>
span { border-color: #85CF58; }
span { border-color: rgb(133,207,88); }
td.TdClassName
{
border-color: #85CF58;
}
.TagClassName
{
border-color: #85CF58;
}
</style>