#85CA73

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

Shades of Mantis #85CA73

Tints of Mantis #85CA73

Color information

#85CA73 (or 0x85CA73) is unknown color: approx Mantis. HEX triplet: 85, CA and 73. RGB value is (133,202,115). Sum of RGB (Red+Green+Blue) = 133+202+115=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA73 is #7A358C. Grayscale: #ABABAB. Windows color (decimal): -8009101 or 7588485. OLE color: 7588485.

HSL color Cylindrical-coordinate representation of color #85CA73: hue angle of 107.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85CA73 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB133202115-
CMYK0.3400.430.21
HSL107.59º45.08%62.16%-
HSV(B)107.59º43.07%79.22%-
XYZ33.8948.4723.79-
YUV171.4596.14100.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=29.56%
G=44.89%
B=25.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021150.3400.430.21107.5945.0862.16
Hex85CA732202B156c2d3e
Octal20531216342053251545576
Binary100001011100101011100111000100101011101011101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,115); }

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

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

 a { background-color: rgb(133,202,115); }

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

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

 span { border-color: rgb(133,202,115); }

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