#85d54a

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

Shades of Mantis #85D54A

Tints of Mantis #85D54A

Color information

#85D54A (or 0x85D54A) is unknown color: approx Mantis. HEX triplet: 85, D5 and 4A. RGB value is (133,213,74). Sum of RGB (Red+Green+Blue) = 133+213+74=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #85D54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D54A is #7A2AB5. Grayscale: #ADADAD. Windows color (decimal): -8006326 or 4904325. OLE color: 4904325.

HSL color Cylindrical-coordinate representation of color #85D54A: hue angle of 94.53º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85D54A is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB13321374-
CMYK0.3800.650.16
HSL94.53º62.33%56.27%-
HSV(B)94.53º65.26%83.53%-
XYZ34.753.0714.89-
YUV173.237299.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 213 (83.59% from 255) = 50.71%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=31.67%
G=50.71%
B=17.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133213740.3800.650.1694.5362.3356.27
Hex85D54A26041105f3e38
Octal205325112460101201377670
Binary1000010111010101100101010011001000001100001011111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d54a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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