#85BB63

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

Shades of Mantis #85BB63

Tints of Mantis #85BB63

Color information

#85BB63 (or 0x85BB63) is unknown color: approx Mantis. HEX triplet: 85, BB and 63. RGB value is (133,187,99). Sum of RGB (Red+Green+Blue) = 133+187+99=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BB63 is #7A449C. Grayscale: #A1A1A1. Windows color (decimal): -8012957 or 6536069. OLE color: 6536069.

HSL color Cylindrical-coordinate representation of color #85BB63: hue angle of 96.82º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BB63 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB13318799-
CMYK0.2900.470.27
HSL96.82º39.29%56.08%-
HSV(B)96.82º47.06%73.33%-
XYZ29.741.4318.24-
YUV160.8293.11108.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=31.74%
G=44.63%
B=23.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133187990.2900.470.2796.8239.2956.08
Hex85BB631D02F1B612738
Octal20527314335057331414770
Binary10000101101110111100011111010101111110111100001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,99); }

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

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

 a { background-color: rgb(133,187,99); }

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

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

 span { border-color: rgb(133,187,99); }

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