Html Css Color HEX #49E062 Emerald

📋 copy color: '#49E062'

red 73 ◦ green 224 ◦ blue 98

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

Shades of Emerald #49E062

Tints of Emerald #49E062

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.71%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 18.48%
G = 56.71%
B = 24.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#49E062 (or 0x49E062) is known color: Emerald. HEX triplet: 49, E0 and 62. RGB value is (73,224,98). Sum of RGB (Red+Green+Blue) = 73+224+98=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #49E062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49E062 is #B61F9D. Grayscale: #A4A4A4. Windows color (decimal): -11935646 or 6479945. OLE color: 6479945.

HSL color Cylindrical-coordinate representation of color #49E062: hue angle of 129.93º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49E062 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 224 98 -
CMYK 0.67 0 0.56 0.12
HSL 129.93º 0.71% 0.58% -
HSV(B) 129.93º 0.67% 0.88% -
XYZ 31.61 55.61 20.62 -
YUV 164.49 90.47 62.75 -
System Red Green Blue C M Y K H S L
Decimal 73 224 98 0.67 0 0.56 0.12 129.93 0.71 0.58
Hex 49 E0 62 43 0 38 C 82 47 3A
Octal 111 340 142 103 0 70 14 202 107 72
Binary 1001001 11100000 1100010 1000011 0 111000 1100 10000010 1000111 111010

Color Harmonies of #49E062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E062

Black with #49E062

Text Example


Text Example

White with #49E062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,224,98); }

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

background-color css

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

 a { background-color: rgb(73,224,98); }

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

border-color css

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

 span { border-color: rgb(73,224,98); }

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