#85BD45

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

Shades of Mantis #85BD45

Tints of Mantis #85BD45

Color information

#85BD45 (or 0x85BD45) is unknown color: approx Mantis. HEX triplet: 85, BD and 45. RGB value is (133,189,69). Sum of RGB (Red+Green+Blue) = 133+189+69=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD45 is #7A42BA. Grayscale: #9F9F9F. Windows color (decimal): -8012475 or 4570501. OLE color: 4570501.

HSL color Cylindrical-coordinate representation of color #85BD45: hue angle of 88º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85BD45 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB13318969-
CMYK0.3000.630.26
HSL88º47.62%50.59%-
HSV(B)88º63.49%74.12%-
XYZ28.9441.8112.18-
YUV158.5877.45109.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=34.02%
G=48.34%
B=17.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189690.3000.630.268847.6250.59
Hex85BD451E03F1A583033
Octal20527510536077321306063
Binary10000101101111011000101111100111111110101011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,69); }

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

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

 a { background-color: rgb(133,189,69); }

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

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

 span { border-color: rgb(133,189,69); }

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