#85CA5A

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

Shades of Mantis #85CA5A

Tints of Mantis #85CA5A

Color information

#85CA5A (or 0x85CA5A) is unknown color: approx Mantis. HEX triplet: 85, CA and 5A. RGB value is (133,202,90). Sum of RGB (Red+Green+Blue) = 133+202+90=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA5A is #7A35A5. Grayscale: #A8A8A8. Windows color (decimal): -8009126 or 5950085. OLE color: 5950085.

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

Color convert

RGB13320290-
CMYK0.3400.550.21
HSL96.96º51.38%57.25%-
HSV(B)96.96º55.45%79.22%-
XYZ32.6447.9717.21-
YUV168.683.64102.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=31.29%
G=47.53%
B=21.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133202900.3400.550.2196.9651.3857.25
Hex85CA5A2203715613339
Octal20531213242067251416371
Binary100001011100101010110101000100110111101011100001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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