#85BA51

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

Shades of Mantis #85BA51

Tints of Mantis #85BA51

Color information

#85BA51 (or 0x85BA51) is unknown color: approx Mantis. HEX triplet: 85, BA and 51. RGB value is (133,186,81). Sum of RGB (Red+Green+Blue) = 133+186+81=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA51 is #7A45AE. Grayscale: #9E9E9E. Windows color (decimal): -8013231 or 5356165. OLE color: 5356165.

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

Color convert

RGB13318681-
CMYK0.2800.560.27
HSL90.29º43.21%52.35%-
HSV(B)90.29º56.45%72.94%-
XYZ28.7240.714.13-
YUV158.1884.44110.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 186 (73.05% from 255) = 46.5%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=33.25%
G=46.5%
B=20.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133186810.2800.560.2790.2943.2152.35
Hex85BA511C0381B5a2b34
Octal20527212134070331325364
Binary10000101101110101010001111000111000110111011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,186,81); }

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

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

 a { background-color: rgb(133,186,81); }

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

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

 span { border-color: rgb(133,186,81); }

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