#85BE4E

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

Shades of Mantis #85BE4E

Tints of Mantis #85BE4E

Color information

#85BE4E (or 0x85BE4E) is unknown color: approx Mantis. HEX triplet: 85, BE and 4E. RGB value is (133,190,78). Sum of RGB (Red+Green+Blue) = 133+190+78=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE4E is #7A41B1. Grayscale: #A0A0A0. Windows color (decimal): -8012210 or 5160581. OLE color: 5160581.

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

Color convert

RGB13319078-
CMYK0.300.590.25
HSL90.54º46.28%52.55%-
HSV(B)90.54º58.95%74.51%-
XYZ29.4642.3613.83-
YUV160.1981.62108.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=33.17%
G=47.38%
B=19.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190780.300.590.2590.5446.2852.55
Hex85BE4E1E03B195b2e35
Octal20527611636073311335665
Binary10000101101111101001110111100111011110011011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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