#85C168

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

Shades of Mantis #85C168

Tints of Mantis #85C168

Color information

#85C168 (or 0x85C168) is unknown color: approx Mantis. HEX triplet: 85, C1 and 68. RGB value is (133,193,104). Sum of RGB (Red+Green+Blue) = 133+193+104=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #85C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C168 is #7A3E97. Grayscale: #A5A5A5. Windows color (decimal): -8011416 or 6865285. OLE color: 6865285.

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

Color convert

RGB133193104-
CMYK0.3100.460.24
HSL100.45º41.78%58.24%-
HSV(B)100.45º46.11%75.69%-
XYZ31.2444.1319.97-
YUV164.9193.62105.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=30.93%
G=44.88%
B=24.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931040.3100.460.24100.4541.7858.24
Hex85C1681F02E18642a3a
Octal20530115037056301445272
Binary10000101110000011101000111110101110110001100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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