Html Css Color HEX #11D07F Mountain Meadow

📋 copy color: '#11D07F'

red 17 ◦ green 208 ◦ blue 127

#11D07F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #11D07F

Tints of Mountain Meadow #11D07F

RGB

 RED value IS 17 (7.03% from 255) = 4.83%

 GREEN value IS 208 (81.64% from 255) = 59.09%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 4.83%
G = 59.09%
B = 36.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#11D07F (or 0x11D07F) is known color: Mountain Meadow. HEX triplet: 11, D0 and 7F. RGB value is (17,208,127). Sum of RGB (Red+Green+Blue) = 17+208+127=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #11D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D07F is #EE2F80. Grayscale: #8D8D8D. Windows color (decimal): -15609729 or 8376337. OLE color: 8376337.

HSL color Cylindrical-coordinate representation of color #11D07F: hue angle of 154.55º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D07F is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 208 127 -
CMYK 0.92 0 0.39 0.18
HSL 154.56º 0.85% 0.44% -
HSV(B) 154.56º 0.92% 0.82% -
XYZ 26.62 46.76 27.7 -
YUV 141.66 119.72 39.09 -
System Red Green Blue C M Y K H S L
Decimal 17 208 127 0.92 0 0.39 0.18 154.56 0.85 0.44
Hex 11 D0 7F 5C 0 27 12 9B 55 2C
Octal 21 320 177 134 0 47 22 233 125 54
Binary 10001 11010000 1111111 1011100 0 100111 10010 10011011 1010101 101100

Color Harmonies of #11D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D07F

Black with #11D07F

Text Example


Text Example

White with #11D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11D07F;
 }
 .AnyTagClassName
 {
   color: #11D07F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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