#85CA6F

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

Shades of Mantis #85CA6F

Tints of Mantis #85CA6F

Color information

#85CA6F (or 0x85CA6F) is unknown color: approx Mantis. HEX triplet: 85, CA and 6F. RGB value is (133,202,111). Sum of RGB (Red+Green+Blue) = 133+202+111=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA6F is #7A3590. Grayscale: #ABABAB. Windows color (decimal): -8009105 or 7326341. OLE color: 7326341.

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

Color convert

RGB133202111-
CMYK0.3400.450.21
HSL105.49º46.19%61.37%-
HSV(B)105.49º45.05%79.22%-
XYZ33.6648.3822.6-
YUV17194.14100.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 202 (79.30% from 255) = 45.29%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=29.82%
G=45.29%
B=24.89%

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
Decimal1332021110.3400.450.21105.4946.1961.37
Hex85CA6F2202D15692e3d
Octal20531215742055251515675
Binary100001011100101011011111000100101101101011101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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