Html Css Color HEX #11BC4F Dark Pastel Green

📋 copy color: '#11BC4F'

red 17 ◦ green 188 ◦ blue 79

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

Shades of Dark Pastel Green #11BC4F

Tints of Dark Pastel Green #11BC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.2%

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 5.99%
G = 66.2%
B = 27.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#11BC4F (or 0x11BC4F) is known color: Dark Pastel Green. HEX triplet: 11, BC and 4F. RGB value is (17,188,79). Sum of RGB (Red+Green+Blue) = 17+188+79=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BC4F is #EE43B0. Grayscale: #7C7C7C. Windows color (decimal): -15614897 or 5225489. OLE color: 5225489.

HSL color Cylindrical-coordinate representation of color #11BC4F: hue angle of 141.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC4F is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 188 79 -
CMYK 0.91 0 0.58 0.26
HSL 141.75º 0.83% 0.4% -
HSV(B) 141.75º 0.91% 0.74% -
XYZ 19.63 36.65 13.44 -
YUV 124.45 102.35 51.36 -
System Red Green Blue C M Y K H S L
Decimal 17 188 79 0.91 0 0.58 0.26 141.75 0.83 0.4
Hex 11 BC 4F 5B 0 3A 1A 8E 53 28
Octal 21 274 117 133 0 72 32 216 123 50
Binary 10001 10111100 1001111 1011011 0 111010 11010 10001110 1010011 101000

Color Harmonies of #11BC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BC4F

Black with #11BC4F

Text Example


Text Example

White with #11BC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,188,79); }

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

background-color css

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

 a { background-color: rgb(17,188,79); }

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

border-color css

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

 span { border-color: rgb(17,188,79); }

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