#11FC5F

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

Shades of Malachite #11FC5F

Tints of Malachite #11FC5F

Color information

#11FC5F (or 0x11FC5F) is unknown color: approx Malachite. HEX triplet: 11, FC and 5F. RGB value is (17,252,95). Sum of RGB (Red+Green+Blue) = 17+252+95=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 252 (98.83% from 255 or 69.23% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 252 - color contains mainly: green. Hex color #11FC5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11FC5F is #EE03A0. Grayscale: #A4A4A4. Windows color (decimal): -15598497 or 6290449. OLE color: 6290449.

HSL color Cylindrical-coordinate representation of color #11FC5F: hue angle of 139.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FC5F is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB1725295-
CMYK0.9300.620.01
HSL139.91º97.51%52.75%-
HSV(B)139.91º93.25%98.82%-
XYZ37.1170.5722.49-
YUV163.8489.1423.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.67%
GREEN value IS 252 (98.83% from 255) = 69.23%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=4.67%
G=69.23%
B=26.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17252950.9300.620.01139.9197.5152.75
Hex11FC5F5D03E18c6235
Octal21374137135076121414265
Binary10001111111001011111101110101111101100011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,252,95); }

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

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

 a { background-color: rgb(17,252,95); }

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

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

 span { border-color: rgb(17,252,95); }

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