Html Css Color HEX #11C052 Dark Pastel Green

📋 copy color: '#11C052'

red 17 ◦ green 192 ◦ blue 82

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

Shades of Dark Pastel Green #11C052

Tints of Dark Pastel Green #11C052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.98%

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 5.84%
G = 65.98%
B = 28.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#11C052 (or 0x11C052) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 52. RGB value is (17,192,82). Sum of RGB (Red+Green+Blue) = 17+192+82=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #11C052 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C052 is #EE3FAD. Grayscale: #7F7F7F. Windows color (decimal): -15613870 or 5423121. OLE color: 5423121.

HSL color Cylindrical-coordinate representation of color #11C052: hue angle of 142.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C052 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 82 -
CMYK 0.91 0 0.57 0.25
HSL 142.29º 0.84% 0.41% -
HSV(B) 142.29º 0.91% 0.75% -
XYZ 20.6 38.43 14.31 -
YUV 127.14 102.52 49.44 -
System Red Green Blue C M Y K H S L
Decimal 17 192 82 0.91 0 0.57 0.25 142.29 0.84 0.41
Hex 11 C0 52 5B 0 39 19 8E 54 29
Octal 21 300 122 133 0 71 31 216 124 51
Binary 10001 11000000 1010010 1011011 0 111001 11001 10001110 1010100 101001

Color Harmonies of #11C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C052

Black with #11C052

Text Example


Text Example

White with #11C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,192,82); }

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

background-color css

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

 a { background-color: rgb(17,192,82); }

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

border-color css

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

 span { border-color: rgb(17,192,82); }

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