Html Css Color HEX #49ED7D Emerald

📋 copy color: '#49ED7D'

red 73 ◦ green 237 ◦ blue 125

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

Shades of Emerald #49ED7D

Tints of Emerald #49ED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.48%

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

R = 16.78%
G = 54.48%
B = 28.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#49ED7D (or 0x49ED7D) is known color: Emerald. HEX triplet: 49, ED and 7D. RGB value is (73,237,125). Sum of RGB (Red+Green+Blue) = 73+237+125=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49ED7D is #B61282. Grayscale: #AFAFAF. Windows color (decimal): -11932291 or 8252745. OLE color: 8252745.

HSL color Cylindrical-coordinate representation of color #49ED7D: hue angle of 139.02º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED7D is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 125 -
CMYK 0.69 0 0.47 0.07
HSL 139.02º 0.82% 0.61% -
HSV(B) 139.02º 0.69% 0.93% -
XYZ 36.73 63.47 29.72 -
YUV 175.2 99.67 55.11 -
System Red Green Blue C M Y K H S L
Decimal 73 237 125 0.69 0 0.47 0.07 139.02 0.82 0.61
Hex 49 ED 7D 45 0 2F 7 8B 52 3D
Octal 111 355 175 105 0 57 7 213 122 75
Binary 1001001 11101101 1111101 1000101 0 101111 111 10001011 1010010 111101

Color Harmonies of #49ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED7D

Black with #49ED7D

Text Example


Text Example

White with #49ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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