Html Css Color HEX #11D232 Dark Pastel Green

📋 copy color: '#11D232'

red 17 ◦ green 210 ◦ blue 50

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

Shades of Dark Pastel Green #11D232

Tints of Dark Pastel Green #11D232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75.81%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 6.14%
G = 75.81%
B = 18.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#11D232 (or 0x11D232) is known color: Dark Pastel Green. HEX triplet: 11, D2 and 32. RGB value is (17,210,50). Sum of RGB (Red+Green+Blue) = 17+210+50=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #11D232 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D232 is #EE2DCD. Grayscale: #868686. Windows color (decimal): -15609294 or 3330577. OLE color: 3330577.

HSL color Cylindrical-coordinate representation of color #11D232: hue angle of 130.26º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D232 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 210 50 -
CMYK 0.92 0 0.76 0.18
HSL 130.26º 0.85% 0.45% -
HSV(B) 130.26º 0.92% 0.82% -
XYZ 23.85 46.44 10.72 -
YUV 134.05 80.56 44.51 -
System Red Green Blue C M Y K H S L
Decimal 17 210 50 0.92 0 0.76 0.18 130.26 0.85 0.45
Hex 11 D2 32 5C 0 4C 12 82 55 2D
Octal 21 322 62 134 0 114 22 202 125 55
Binary 10001 11010010 110010 1011100 0 1001100 10010 10000010 1010101 101101

Color Harmonies of #11D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D232

Black with #11D232

Text Example


Text Example

White with #11D232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,210,50); }

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

background-color css

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

 a { background-color: rgb(17,210,50); }

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

border-color css

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

 span { border-color: rgb(17,210,50); }

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