Html Css Color HEX #49C99D Shamrock

📋 copy color: '#49C99D'

red 73 ◦ green 201 ◦ blue 157

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

Shades of Shamrock #49C99D

Tints of Shamrock #49C99D

RGB

 RED value IS 73 (28.91% from 255) = 16.94%

 GREEN value IS 201 (78.91% from 255) = 46.64%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 16.94%
G = 46.64%
B = 36.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#49C99D (or 0x49C99D) is known color: Shamrock. HEX triplet: 49, C9 and 9D. RGB value is (73,201,157). Sum of RGB (Red+Green+Blue) = 73+201+157=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #49C99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C99D is #B63662. Grayscale: #9D9D9D. Windows color (decimal): -11941475 or 10340681. OLE color: 10340681.

HSL color Cylindrical-coordinate representation of color #49C99D: hue angle of 159.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C99D is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 201 157 -
CMYK 0.64 0 0.22 0.21
HSL 159.38º 0.54% 0.54% -
HSV(B) 159.38º 0.64% 0.79% -
XYZ 29.72 45.62 39.14 -
YUV 157.71 127.59 67.58 -
System Red Green Blue C M Y K H S L
Decimal 73 201 157 0.64 0 0.22 0.21 159.38 0.54 0.54
Hex 49 C9 9D 40 0 16 15 9F 36 36
Octal 111 311 235 100 0 26 25 237 66 66
Binary 1001001 11001001 10011101 1000000 0 10110 10101 10011111 110110 110110

Color Harmonies of #49C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C99D

Black with #49C99D

Text Example


Text Example

White with #49C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C99D; }

 p { color: rgb(73,201,157); }

 H1.HeaderClassName
 {
   color: #49C99D;
 }
 .AnyTagClassName
 {
   color: #49C99D;
 }
</style>

background-color css

<style>
 a { background-color: #49C99D; }

 a { background-color: rgb(73,201,157); }

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

border-color css

<style>
 span { border-color: #49C99D; }

 span { border-color: rgb(73,201,157); }

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