Html Css Color HEX #11DE2D Dark Pastel Green

📋 copy color: '#11DE2D'

red 17 ◦ green 222 ◦ blue 45

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

Shades of Dark Pastel Green #11DE2D

Tints of Dark Pastel Green #11DE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 78.17%

 BLUE value IS 45 (17.97% from 255) = 15.85%

R = 5.99%
G = 78.17%
B = 15.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#11DE2D (or 0x11DE2D) is known color: Dark Pastel Green. HEX triplet: 11, DE and 2D. RGB value is (17,222,45). Sum of RGB (Red+Green+Blue) = 17+222+45=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #11DE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DE2D is #EE21D2. Grayscale: #8D8D8D. Windows color (decimal): -15606227 or 3005969. OLE color: 3005969.

HSL color Cylindrical-coordinate representation of color #11DE2D: hue angle of 128.2º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DE2D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 222 45 -
CMYK 0.92 0 0.80 0.13
HSL 128.2º 0.86% 0.47% -
HSV(B) 128.2º 0.92% 0.87% -
XYZ 26.83 52.55 11.21 -
YUV 140.53 74.08 39.89 -
System Red Green Blue C M Y K H S L
Decimal 17 222 45 0.92 0 0.80 0.13 128.2 0.86 0.47
Hex 11 DE 2D 5C 0 50 D 80 56 2F
Octal 21 336 55 134 0 120 15 200 126 57
Binary 10001 11011110 101101 1011100 0 1010000 1101 10000000 1010110 101111

Color Harmonies of #11DE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DE2D

Black with #11DE2D

Text Example


Text Example

White with #11DE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,222,45); }

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

background-color css

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

 a { background-color: rgb(17,222,45); }

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

border-color css

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

 span { border-color: rgb(17,222,45); }

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