#85C574

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

Shades of Mantis #85C574

Tints of Mantis #85C574

Color information

#85C574 (or 0x85C574) is unknown color: approx Mantis. HEX triplet: 85, C5 and 74. RGB value is (133,197,116). Sum of RGB (Red+Green+Blue) = 133+197+116=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #85C574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C574 is #7A3A8B. Grayscale: #A8A8A8. Windows color (decimal): -8010380 or 7652741. OLE color: 7652741.

HSL color Cylindrical-coordinate representation of color #85C574: hue angle of 107.41º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85C574 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB133197116-
CMYK0.3200.410.23
HSL107.41º41.12%61.37%-
HSV(B)107.41º41.12%77.25%-
XYZ32.7946.1823.71-
YUV168.6398.3102.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=29.82%
G=44.17%
B=26.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1331971160.3200.410.23107.4141.1261.37
Hex85C57420029176b293d
Octal20530516440051271535175
Binary100001011100010111101001000000101001101111101011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,116); }

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

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

 a { background-color: rgb(133,197,116); }

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

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

 span { border-color: rgb(133,197,116); }

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