#85C860

Color #85C860 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85C860

Tints of Mantis #85C860

Color information

#85C860 (or 0x85C860) is unknown color: approx Mantis. HEX triplet: 85, C8 and 60. RGB value is (133,200,96). Sum of RGB (Red+Green+Blue) = 133+200+96=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #85C860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C860 is #7A379F. Grayscale: #A8A8A8. Windows color (decimal): -8009632 or 6342789. OLE color: 6342789.

HSL color Cylindrical-coordinate representation of color #85C860: hue angle of 98.65º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85C860 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB13320096-
CMYK0.3400.520.22
HSL98.65º48.6%58.04%-
HSV(B)98.65º52%78.43%-
XYZ32.4447.1418.46-
YUV168.1187.3102.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 200 (78.52% from 255) = 46.62%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=31.00%
G=46.62%
B=22.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133200960.3400.520.2298.6548.658.04
Hex85C860220341663313a
Octal20531014042064261436172
Binary100001011100100011000001000100110100101101100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C860; }

 p { color: rgb(133,200,96); }

 H1.HeaderClassName
 {
   color: #85C860;
 }
 .AnyTagClassName
 {
   color: #85C860;
 }
</style>
background-color css

<style>
 a { background-color: #85C860; }

 a { background-color: rgb(133,200,96); }

 div.DivClassName
 {
   background-color: #85C860;
 }
 .BgClassName
 {
   background-color: #85C860;
 }
</style>
border-color css

<style>
 span { border-color: #85C860; }

 span { border-color: rgb(133,200,96); }

 td.TdClassName
 {
   border-color: #85C860;
 }
 .TagClassName
 {
   border-color: #85C860;
 }
</style>