#85C175

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

Shades of Mantis #85C175

Tints of Mantis #85C175

Color information

#85C175 (or 0x85C175) is unknown color: approx Mantis. HEX triplet: 85, C1 and 75. RGB value is (133,193,117). Sum of RGB (Red+Green+Blue) = 133+193+117=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #85C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C175 is #7A3E8A. Grayscale: #A6A6A6. Windows color (decimal): -8011403 or 7717253. OLE color: 7717253.

HSL color Cylindrical-coordinate representation of color #85C175: hue angle of 107.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C175 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB133193117-
CMYK0.3100.390.24
HSL107.37º38%60.78%-
HSV(B)107.37º39.38%75.69%-
XYZ31.9544.4123.72-
YUV166.4100.12104.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=30.02%
G=43.57%
B=26.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931170.3100.390.24107.373860.78
Hex85C1751F027186b263d
Octal20530116537047301534675
Binary10000101110000011110101111110100111110001101011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,117); }

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

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

 a { background-color: rgb(133,193,117); }

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

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

 span { border-color: rgb(133,193,117); }

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