Html Css Color HEX #49DD61 Emerald

📋 copy color: '#49DD61'

red 73 ◦ green 221 ◦ blue 97

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

Shades of Emerald #49DD61

Tints of Emerald #49DD61

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.52%

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

R = 18.67%
G = 56.52%
B = 24.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#49DD61 (or 0x49DD61) is known color: Emerald. HEX triplet: 49, DD and 61. RGB value is (73,221,97). Sum of RGB (Red+Green+Blue) = 73+221+97=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD61 is #B6229E. Grayscale: #A2A2A2. Windows color (decimal): -11936415 or 6413641. OLE color: 6413641.

HSL color Cylindrical-coordinate representation of color #49DD61: hue angle of 129.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD61 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 97 -
CMYK 0.67 0 0.56 0.13
HSL 129.73º 0.69% 0.58% -
HSV(B) 129.73º 0.67% 0.87% -
XYZ 30.76 53.99 20.11 -
YUV 162.61 90.97 64.08 -
System Red Green Blue C M Y K H S L
Decimal 73 221 97 0.67 0 0.56 0.13 129.73 0.69 0.58
Hex 49 DD 61 43 0 38 D 82 45 3A
Octal 111 335 141 103 0 70 15 202 105 72
Binary 1001001 11011101 1100001 1000011 0 111000 1101 10000010 1000101 111010

Color Harmonies of #49DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD61

Black with #49DD61

Text Example


Text Example

White with #49DD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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