Html Css Color HEX #11C531 Dark Pastel Green

📋 copy color: '#11C531'

red 17 ◦ green 197 ◦ blue 49

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

Shades of Dark Pastel Green #11C531

Tints of Dark Pastel Green #11C531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.9%

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

R = 6.46%
G = 74.9%
B = 18.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#11C531 (or 0x11C531) is known color: Dark Pastel Green. HEX triplet: 11, C5 and 31. RGB value is (17,197,49). Sum of RGB (Red+Green+Blue) = 17+197+49=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #11C531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C531 is #EE3ACE. Grayscale: #7E7E7E. Windows color (decimal): -15612623 or 3261713. OLE color: 3261713.

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

Color convert

RGB 17 197 49 -
CMYK 0.91 0 0.75 0.23
HSL 130.67º 0.84% 0.42% -
HSV(B) 130.67º 0.91% 0.77% -
XYZ 20.75 40.27 9.59 -
YUV 126.31 84.37 50.03 -
System Red Green Blue C M Y K H S L
Decimal 17 197 49 0.91 0 0.75 0.23 130.67 0.84 0.42
Hex 11 C5 31 5B 0 4B 17 83 54 2A
Octal 21 305 61 133 0 113 27 203 124 52
Binary 10001 11000101 110001 1011011 0 1001011 10111 10000011 1010100 101010

Color Harmonies of #11C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C531

Black with #11C531

Text Example


Text Example

White with #11C531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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