#85BE75

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

Shades of Mantis #85BE75

Tints of Mantis #85BE75

Color information

#85BE75 (or 0x85BE75) is unknown color: approx Mantis. HEX triplet: 85, BE and 75. RGB value is (133,190,117). Sum of RGB (Red+Green+Blue) = 133+190+117=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE75 is #7A418A. Grayscale: #A4A4A4. Windows color (decimal): -8012171 or 7716485. OLE color: 7716485.

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

Color convert

RGB133190117-
CMYK0.300.380.25
HSL106.85º35.96%60.2%-
HSV(B)106.85º38.42%74.51%-
XYZ31.343.123.5-
YUV164.63101.12105.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=30.23%
G=43.18%
B=26.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901170.300.380.25106.8535.9660.2
Hex85BE751E026196b243c
Octal20527616536046311534474
Binary10000101101111101110101111100100110110011101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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