#11BF7F

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

Shades of Mountain Meadow #11BF7F

Tints of Mountain Meadow #11BF7F

Color information

#11BF7F (or 0x11BF7F) is unknown color: approx Mountain Meadow. HEX triplet: 11, BF and 7F. RGB value is (17,191,127). Sum of RGB (Red+Green+Blue) = 17+191+127=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BF7F is #EE4080. Grayscale: #838383. Windows color (decimal): -15614081 or 8371985. OLE color: 8371985.

HSL color Cylindrical-coordinate representation of color #11BF7F: hue angle of 157.93º 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 #11BF7F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB17191127-
CMYK0.9100.340.25
HSL157.93º83.65%40.78%-
HSV(B)157.93º91.1%74.9%-
XYZ22.6938.9126.39-
YUV131.68125.3546.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.07%
GREEN value IS 191 (75% from 255) = 57.01%
BLUE value IS 127 (50% from 255) = 37.91%
R=5.07%
G=57.01%
B=37.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171911270.9100.340.25157.9383.6540.78
Hex11BF7F5B022199e5429
Octal212771771330423123612451
Binary100011011111111111111011011010001011001100111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,191,127); }

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

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

 a { background-color: rgb(17,191,127); }

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

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

 span { border-color: rgb(17,191,127); }

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