Html Css Color HEX #49CD7D Emerald

📋 copy color: '#49CD7D'

red 73 ◦ green 205 ◦ blue 125

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

Shades of Emerald #49CD7D

Tints of Emerald #49CD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.87%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 18.11%
G = 50.87%
B = 31.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#49CD7D (or 0x49CD7D) is known color: Emerald. HEX triplet: 49, CD and 7D. RGB value is (73,205,125). Sum of RGB (Red+Green+Blue) = 73+205+125=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD7D is #B63282. Grayscale: #9C9C9C. Windows color (decimal): -11940483 or 8244553. OLE color: 8244553.

HSL color Cylindrical-coordinate representation of color #49CD7D: hue angle of 143.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD7D is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 125 -
CMYK 0.64 0 0.39 0.20
HSL 143.64º 0.57% 0.55% -
HSV(B) 143.64º 0.64% 0.8% -
XYZ 28.28 46.56 26.9 -
YUV 156.41 110.27 68.5 -
System Red Green Blue C M Y K H S L
Decimal 73 205 125 0.64 0 0.39 0.20 143.64 0.57 0.55
Hex 49 CD 7D 40 0 27 14 90 39 37
Octal 111 315 175 100 0 47 24 220 71 67
Binary 1001001 11001101 1111101 1000000 0 100111 10100 10010000 111001 110111

Color Harmonies of #49CD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD7D

Black with #49CD7D

Text Example


Text Example

White with #49CD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,125); }

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

background-color css

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

 a { background-color: rgb(73,205,125); }

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

border-color css

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

 span { border-color: rgb(73,205,125); }

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