#85BE6B

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

Shades of Mantis #85BE6B

Tints of Mantis #85BE6B

Color information

#85BE6B (or 0x85BE6B) is unknown color: approx Mantis. HEX triplet: 85, BE and 6B. RGB value is (133,190,107). Sum of RGB (Red+Green+Blue) = 133+190+107=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE6B is #7A4194. Grayscale: #A3A3A3. Windows color (decimal): -8012181 or 7061125. OLE color: 7061125.

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

Color convert

RGB133190107-
CMYK0.300.440.25
HSL101.2º38.97%58.24%-
HSV(B)101.2º43.68%74.51%-
XYZ30.7442.8720.57-
YUV163.4996.12106.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=30.93%
G=44.19%
B=24.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901070.300.440.25101.238.9758.24
Hex85BE6B1E02C1965273a
Octal20527615336054311454772
Binary10000101101111101101011111100101100110011100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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