#85CA70

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

Shades of Mantis #85CA70

Tints of Mantis #85CA70

Color information

#85CA70 (or 0x85CA70) is unknown color: approx Mantis. HEX triplet: 85, CA and 70. RGB value is (133,202,112). Sum of RGB (Red+Green+Blue) = 133+202+112=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA70 is #7A358F. Grayscale: #ABABAB. Windows color (decimal): -8009104 or 7391877. OLE color: 7391877.

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

Color convert

RGB133202112-
CMYK0.3400.450.21
HSL106º45.92%61.57%-
HSV(B)106º44.55%79.22%-
XYZ33.7248.422.89-
YUV171.1194.64100.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=29.75%
G=45.19%
B=25.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021120.3400.450.2110645.9261.57
Hex85CA702202D156a2e3e
Octal20531216042055251525676
Binary100001011100101011100001000100101101101011101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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