#85BD67

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

Shades of Mantis #85BD67

Tints of Mantis #85BD67

Color information

#85BD67 (or 0x85BD67) is unknown color: approx Mantis. HEX triplet: 85, BD and 67. RGB value is (133,189,103). Sum of RGB (Red+Green+Blue) = 133+189+103=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BD67 is #7A4298. Grayscale: #A2A2A2. Windows color (decimal): -8012441 or 6798725. OLE color: 6798725.

HSL color Cylindrical-coordinate representation of color #85BD67: hue angle of 99.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85BD67 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB133189103-
CMYK0.3000.460.26
HSL99.07º39.45%57.25%-
HSV(B)99.07º45.5%74.12%-
XYZ30.3242.3619.41-
YUV162.4594.45106.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 189 (74.22% from 255) = 44.47%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=31.29%
G=44.47%
B=24.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331891030.3000.460.2699.0739.4557.25
Hex85BD671E02E1A632739
Octal20527514736056321434771
Binary10000101101111011100111111100101110110101100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,103); }

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

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

 a { background-color: rgb(133,189,103); }

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

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

 span { border-color: rgb(133,189,103); }

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