#11BF5E

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

Shades of Malachite #11BF5E

Tints of Malachite #11BF5E

Color information

#11BF5E (or 0x11BF5E) is unknown color: approx Malachite. HEX triplet: 11, BF and 5E. RGB value is (17,191,94). Sum of RGB (Red+Green+Blue) = 17+191+94=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 191 (75% from 255 or 63.25% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BF5E is #EE40A1. Grayscale: #808080. Windows color (decimal): -15614114 or 6209297. OLE color: 6209297.

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

Color convert

RGB1719194-
CMYK0.9100.510.25
HSL146.55º83.65%40.78%-
HSV(B)146.55º91.1%74.9%-
XYZ20.8838.1916.86-
YUV127.92108.8548.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.63%
GREEN value IS 191 (75% from 255) = 63.25%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=5.63%
G=63.25%
B=31.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17191940.9100.510.25146.5583.6540.78
Hex11BF5E5B03319935429
Octal212771361330633122312451
Binary100011011111110111101011011011001111001100100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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