Html Css Color HEX #49CD8D Emerald

📋 copy color: '#49CD8D'

red 73 ◦ green 205 ◦ blue 141

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

Shades of Emerald #49CD8D

Tints of Emerald #49CD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 17.42%
G = 48.93%
B = 33.65%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#49CD8D (or 0x49CD8D) is known color: Emerald. HEX triplet: 49, CD and 8D. RGB value is (73,205,141). Sum of RGB (Red+Green+Blue) = 73+205+141=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD8D is #B63272. Grayscale: #9E9E9E. Windows color (decimal): -11940467 or 9293129. OLE color: 9293129.

HSL color Cylindrical-coordinate representation of color #49CD8D: hue angle of 150.91º 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 #49CD8D is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 141 -
CMYK 0.64 0 0.31 0.20
HSL 150.91º 0.57% 0.55% -
HSV(B) 150.91º 0.64% 0.8% -
XYZ 29.39 47 32.72 -
YUV 158.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 73 205 141 0.64 0 0.31 0.20 150.91 0.57 0.55
Hex 49 CD 8D 40 0 1F 14 97 39 37
Octal 111 315 215 100 0 37 24 227 71 67
Binary 1001001 11001101 10001101 1000000 0 11111 10100 10010111 111001 110111

Color Harmonies of #49CD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD8D

Black with #49CD8D

Text Example


Text Example

White with #49CD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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