#85D54D

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

Shades of Mantis #85D54D

Tints of Mantis #85D54D

Color information

#85D54D (or 0x85D54D) is unknown color: approx Mantis. HEX triplet: 85, D5 and 4D. RGB value is (133,213,77). Sum of RGB (Red+Green+Blue) = 133+213+77=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #85D54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D54D is #7A2AB2. Grayscale: #AEAEAE. Windows color (decimal): -8006323 or 5100933. OLE color: 5100933.

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

Color convert

RGB13321377-
CMYK0.3800.640.16
HSL95.29º61.82%56.86%-
HSV(B)95.29º63.85%83.53%-
XYZ34.8153.1115.44-
YUV173.5873.599.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 213 (83.59% from 255) = 50.35%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=31.44%
G=50.35%
B=18.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133213770.3800.640.1695.2961.8256.86
Hex85D54D26040105f3e39
Octal205325115460100201377671
Binary1000010111010101100110110011001000000100001011111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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