Html Css Color HEX #49CD7F Emerald

📋 copy color: '#49CD7F'

red 73 ◦ green 205 ◦ blue 127

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

Shades of Emerald #49CD7F

Tints of Emerald #49CD7F

RGB

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

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

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

R = 18.02%
G = 50.62%
B = 31.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#49CD7F (or 0x49CD7F) is known color: Emerald. HEX triplet: 49, CD and 7F. RGB value is (73,205,127). Sum of RGB (Red+Green+Blue) = 73+205+127=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD7F is #B63280. Grayscale: #9C9C9C. Windows color (decimal): -11940481 or 8375625. OLE color: 8375625.

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

Color convert

RGB 73 205 127 -
CMYK 0.64 0 0.38 0.20
HSL 144.55º 0.57% 0.55% -
HSV(B) 144.55º 0.64% 0.8% -
XYZ 28.41 46.61 27.58 -
YUV 156.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 73 205 127 0.64 0 0.38 0.20 144.55 0.57 0.55
Hex 49 CD 7F 40 0 26 14 91 39 37
Octal 111 315 177 100 0 46 24 221 71 67
Binary 1001001 11001101 1111111 1000000 0 100110 10100 10010001 111001 110111

Color Harmonies of #49CD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD7F

Black with #49CD7F

Text Example


Text Example

White with #49CD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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