#85BD4B

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

Shades of Mantis #85BD4B

Tints of Mantis #85BD4B

Color information

#85BD4B (or 0x85BD4B) is unknown color: approx Mantis. HEX triplet: 85, BD and 4B. RGB value is (133,189,75). Sum of RGB (Red+Green+Blue) = 133+189+75=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD4B is #7A42B4. Grayscale: #9F9F9F. Windows color (decimal): -8012469 or 4963717. OLE color: 4963717.

HSL color Cylindrical-coordinate representation of color #85BD4B: hue angle of 89.47º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85BD4B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB13318975-
CMYK0.3000.600.26
HSL89.47º46.34%51.76%-
HSV(B)89.47º60.32%74.12%-
XYZ29.1441.8913.21-
YUV159.2680.45109.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=33.50%
G=47.61%
B=18.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189750.3000.600.2689.4746.3451.76
Hex85BD4B1E03C1A592e34
Octal20527511336074321315664
Binary10000101101111011001011111100111100110101011001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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