Html Css Color HEX #11D07D Mountain Meadow

📋 copy color: '#11D07D'

red 17 ◦ green 208 ◦ blue 125

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

Shades of Mountain Meadow #11D07D

Tints of Mountain Meadow #11D07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 4.86%
G = 59.43%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#11D07D (or 0x11D07D) is known color: Mountain Meadow. HEX triplet: 11, D0 and 7D. RGB value is (17,208,125). Sum of RGB (Red+Green+Blue) = 17+208+125=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #11D07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D07D is #EE2F82. Grayscale: #8D8D8D. Windows color (decimal): -15609731 or 8245265. OLE color: 8245265.

HSL color Cylindrical-coordinate representation of color #11D07D: hue angle of 153.93º 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 #11D07D is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 208 125 -
CMYK 0.92 0 0.40 0.18
HSL 153.93º 0.85% 0.44% -
HSV(B) 153.93º 0.92% 0.82% -
XYZ 26.49 46.71 27.02 -
YUV 141.43 118.72 39.25 -
System Red Green Blue C M Y K H S L
Decimal 17 208 125 0.92 0 0.40 0.18 153.93 0.85 0.44
Hex 11 D0 7D 5C 0 28 12 9A 55 2C
Octal 21 320 175 134 0 50 22 232 125 54
Binary 10001 11010000 1111101 1011100 0 101000 10010 10011010 1010101 101100

Color Harmonies of #11D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D07D

Black with #11D07D

Text Example


Text Example

White with #11D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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