Html Css Color HEX #11DC31 Dark Pastel Green

📋 copy color: '#11DC31'

red 17 ◦ green 220 ◦ blue 49

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

Shades of Dark Pastel Green #11DC31

Tints of Dark Pastel Green #11DC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.92%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 5.94%
G = 76.92%
B = 17.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#11DC31 (or 0x11DC31) is known color: Dark Pastel Green. HEX triplet: 11, DC and 31. RGB value is (17,220,49). Sum of RGB (Red+Green+Blue) = 17+220+49=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DC31 is #EE23CE. Grayscale: #8C8C8C. Windows color (decimal): -15606735 or 3267601. OLE color: 3267601.

HSL color Cylindrical-coordinate representation of color #11DC31: hue angle of 129.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC31 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 49 -
CMYK 0.92 0 0.78 0.14
HSL 129.46º 0.86% 0.46% -
HSV(B) 129.46º 0.92% 0.86% -
XYZ 26.38 51.53 11.46 -
YUV 139.81 76.75 40.4 -
System Red Green Blue C M Y K H S L
Decimal 17 220 49 0.92 0 0.78 0.14 129.46 0.86 0.46
Hex 11 DC 31 5C 0 4E E 81 56 2E
Octal 21 334 61 134 0 116 16 201 126 56
Binary 10001 11011100 110001 1011100 0 1001110 1110 10000001 1010110 101110

Color Harmonies of #11DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DC31

Black with #11DC31

Text Example


Text Example

White with #11DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,220,49); }

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

background-color css

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

 a { background-color: rgb(17,220,49); }

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

border-color css

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

 span { border-color: rgb(17,220,49); }

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