Html Css Color HEX #49D161 Emerald

📋 copy color: '#49D161'

red 73 ◦ green 209 ◦ blue 97

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

Shades of Emerald #49D161

Tints of Emerald #49D161

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.15%

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 19.26%
G = 55.15%
B = 25.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#49D161 (or 0x49D161) is known color: Emerald. HEX triplet: 49, D1 and 61. RGB value is (73,209,97). Sum of RGB (Red+Green+Blue) = 73+209+97=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #49D161 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D161 is #B62E9E. Grayscale: #9B9B9B. Windows color (decimal): -11939487 or 6410569. OLE color: 6410569.

HSL color Cylindrical-coordinate representation of color #49D161: hue angle of 130.59º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D161 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 209 97 -
CMYK 0.65 0 0.54 0.18
HSL 130.59º 0.6% 0.55% -
HSV(B) 130.59º 0.65% 0.82% -
XYZ 27.71 47.88 19.09 -
YUV 155.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 73 209 97 0.65 0 0.54 0.18 130.59 0.6 0.55
Hex 49 D1 61 41 0 36 12 83 3C 37
Octal 111 321 141 101 0 66 22 203 74 67
Binary 1001001 11010001 1100001 1000001 0 110110 10010 10000011 111100 110111

Color Harmonies of #49D161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D161

Black with #49D161

Text Example


Text Example

White with #49D161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,209,97); }

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

background-color css

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

 a { background-color: rgb(73,209,97); }

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

border-color css

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

 span { border-color: rgb(73,209,97); }

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