#85BE49

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

Shades of Mantis #85BE49

Tints of Mantis #85BE49

Color information

#85BE49 (or 0x85BE49) is unknown color: approx Mantis. HEX triplet: 85, BE and 49. RGB value is (133,190,73). Sum of RGB (Red+Green+Blue) = 133+190+73=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE49 is #7A41B6. Grayscale: #A0A0A0. Windows color (decimal): -8012215 or 4832901. OLE color: 4832901.

HSL color Cylindrical-coordinate representation of color #85BE49: hue angle of 89.23º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85BE49 is Cyan = 0.3, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB13319073-
CMYK0.300.620.25
HSL89.23º47.37%51.57%-
HSV(B)89.23º61.58%74.51%-
XYZ29.2942.2912.92-
YUV159.6279.12109.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=33.59%
G=47.98%
B=18.43%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190730.300.620.2589.2347.3751.57
Hex85BE491E03E19592f34
Octal20527611136076311315764
Binary10000101101111101001001111100111110110011011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,73); }

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

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

 a { background-color: rgb(133,190,73); }

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

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

 span { border-color: rgb(133,190,73); }

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