Html Css Color HEX #11C051 Dark Pastel Green

📋 copy color: '#11C051'

red 17 ◦ green 192 ◦ blue 81

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

Shades of Dark Pastel Green #11C051

Tints of Dark Pastel Green #11C051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.93%

R = 5.86%
G = 66.21%
B = 27.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#11C051 (or 0x11C051) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 51. RGB value is (17,192,81). Sum of RGB (Red+Green+Blue) = 17+192+81=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #11C051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C051 is #EE3FAE. Grayscale: #7F7F7F. Windows color (decimal): -15613871 or 5357585. OLE color: 5357585.

HSL color Cylindrical-coordinate representation of color #11C051: hue angle of 141.94º 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 #11C051 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 81 -
CMYK 0.91 0 0.58 0.25
HSL 141.94º 0.84% 0.41% -
HSV(B) 141.94º 0.91% 0.75% -
XYZ 20.57 38.41 14.12 -
YUV 127.02 102.02 49.53 -
System Red Green Blue C M Y K H S L
Decimal 17 192 81 0.91 0 0.58 0.25 141.94 0.84 0.41
Hex 11 C0 51 5B 0 3A 19 8E 54 29
Octal 21 300 121 133 0 72 31 216 124 51
Binary 10001 11000000 1010001 1011011 0 111010 11001 10001110 1010100 101001

Color Harmonies of #11C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C051

Black with #11C051

Text Example


Text Example

White with #11C051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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