Html Css Color HEX #11C385 Mountain Meadow

📋 copy color: '#11C385'

red 17 ◦ green 195 ◦ blue 133

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

Shades of Mountain Meadow #11C385

Tints of Mountain Meadow #11C385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 4.93%
G = 56.52%
B = 38.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#11C385 (or 0x11C385) is known color: Mountain Meadow. HEX triplet: 11, C3 and 85. RGB value is (17,195,133). Sum of RGB (Red+Green+Blue) = 17+195+133=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #11C385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C385 is #EE3C7A. Grayscale: #868686. Windows color (decimal): -15613051 or 8766225. OLE color: 8766225.

HSL color Cylindrical-coordinate representation of color #11C385: hue angle of 159.1º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C385 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 195 133 -
CMYK 0.91 0 0.32 0.24
HSL 159.1º 0.84% 0.42% -
HSV(B) 159.1º 0.91% 0.76% -
XYZ 23.98 40.84 28.81 -
YUV 134.71 127.03 44.04 -
System Red Green Blue C M Y K H S L
Decimal 17 195 133 0.91 0 0.32 0.24 159.1 0.84 0.42
Hex 11 C3 85 5B 0 20 18 9F 54 2A
Octal 21 303 205 133 0 40 30 237 124 52
Binary 10001 11000011 10000101 1011011 0 100000 11000 10011111 1010100 101010

Color Harmonies of #11C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C385

Black with #11C385

Text Example


Text Example

White with #11C385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,195,133); }

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

background-color css

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

 a { background-color: rgb(17,195,133); }

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

border-color css

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

 span { border-color: rgb(17,195,133); }

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