#85BE61

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

Shades of Mantis #85BE61

Tints of Mantis #85BE61

Color information

#85BE61 (or 0x85BE61) is unknown color: approx Mantis. HEX triplet: 85, BE and 61. RGB value is (133,190,97). Sum of RGB (Red+Green+Blue) = 133+190+97=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE61 is #7A419E. Grayscale: #A2A2A2. Windows color (decimal): -8012191 or 6405765. OLE color: 6405765.

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

Color convert

RGB13319097-
CMYK0.300.490.25
HSL96.77º41.7%56.27%-
HSV(B)96.77º48.95%74.51%-
XYZ30.2442.6817.95-
YUV162.3591.12107.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=31.67%
G=45.24%
B=23.10%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190970.300.490.2596.7741.756.27
Hex85BE611E03119612a38
Octal20527614136061311415270
Binary10000101101111101100001111100110001110011100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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