#11BE85

Color #11BE85 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #11BE85

Tints of Mountain Meadow #11BE85

Color information

#11BE85 (or 0x11BE85) is unknown color: approx Mountain Meadow. HEX triplet: 11, BE and 85. RGB value is (17,190,133). Sum of RGB (Red+Green+Blue) = 17+190+133=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BE85 is #EE417A. Grayscale: #838383. Windows color (decimal): -15614331 or 8764945. OLE color: 8764945.

HSL color Cylindrical-coordinate representation of color #11BE85: hue angle of 160.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE85 is Cyan = 0.91, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB17190133-
CMYK0.9100.30.25
HSL160.23º83.57%40.59%-
HSV(B)160.23º91.05%74.51%-
XYZ22.8838.6428.44-
YUV131.77128.6946.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5%
GREEN value IS 190 (74.61% from 255) = 55.88%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=5%
G=55.88%
B=39.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171901330.9100.30.25160.2383.5740.59
Hex11BE855B01E19a05429
Octal212762051330363124012451
Binary100011011111010000101101101101111011001101000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11BE85; }

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

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

<style>
 a { background-color: #11BE85; }

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

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

<style>
 span { border-color: #11BE85; }

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

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