Html Css Color HEX #49DD7F Emerald

📋 copy color: '#49DD7F'

red 73 ◦ green 221 ◦ blue 127

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

Shades of Emerald #49DD7F

Tints of Emerald #49DD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 17.34%
G = 52.49%
B = 30.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#49DD7F (or 0x49DD7F) is known color: Emerald. HEX triplet: 49, DD and 7F. RGB value is (73,221,127). Sum of RGB (Red+Green+Blue) = 73+221+127=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DD7F is #B62280. Grayscale: #A6A6A6. Windows color (decimal): -11936385 or 8379721. OLE color: 8379721.

HSL color Cylindrical-coordinate representation of color #49DD7F: hue angle of 141.89º 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 #49DD7F is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 127 -
CMYK 0.67 0 0.43 0.13
HSL 141.89º 0.69% 0.58% -
HSV(B) 141.89º 0.67% 0.87% -
XYZ 32.43 54.66 28.92 -
YUV 166.03 105.97 61.64 -
System Red Green Blue C M Y K H S L
Decimal 73 221 127 0.67 0 0.43 0.13 141.89 0.69 0.58
Hex 49 DD 7F 43 0 2B D 8E 45 3A
Octal 111 335 177 103 0 53 15 216 105 72
Binary 1001001 11011101 1111111 1000011 0 101011 1101 10001110 1000101 111010

Color Harmonies of #49DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD7F

Black with #49DD7F

Text Example


Text Example

White with #49DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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