#85C54A

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

Shades of Mantis #85C54A

Tints of Mantis #85C54A

Color information

#85C54A (or 0x85C54A) is unknown color: approx Mantis. HEX triplet: 85, C5 and 4A. RGB value is (133,197,74). Sum of RGB (Red+Green+Blue) = 133+197+74=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #85C54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C54A is #7A3AB5. Grayscale: #A4A4A4. Windows color (decimal): -8010422 or 4900229. OLE color: 4900229.

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

Color convert

RGB13319774-
CMYK0.3200.620.23
HSL91.22º51.46%53.14%-
HSV(B)91.22º62.44%77.25%-
XYZ30.8845.4113.62-
YUV163.8477.3106-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 197 (77.34% from 255) = 48.76%
BLUE value IS 74 (29.30% from 255) = 18.32%
R=32.92%
G=48.76%
B=18.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133197740.3200.620.2391.2251.4653.14
Hex85C54A2003E175b3335
Octal20530511240076271336365
Binary100001011100010110010101000000111110101111011011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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