#85C54D

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

Shades of Mantis #85C54D

Tints of Mantis #85C54D

Color information

#85C54D (or 0x85C54D) is unknown color: approx Mantis. HEX triplet: 85, C5 and 4D. RGB value is (133,197,77). Sum of RGB (Red+Green+Blue) = 133+197+77=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #85C54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C54D is #7A3AB2. Grayscale: #A4A4A4. Windows color (decimal): -8010419 or 5096837. OLE color: 5096837.

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

Color convert

RGB13319777-
CMYK0.3200.610.23
HSL92º50.85%53.73%-
HSV(B)92º60.91%77.25%-
XYZ30.9845.4514.16-
YUV164.1878.8105.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 197 (77.34% from 255) = 48.40%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=32.68%
G=48.40%
B=18.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133197770.3200.610.239250.8553.73
Hex85C54D2003D175c3336
Octal20530511540075271346366
Binary100001011100010110011011000000111101101111011100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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