Html Css Color HEX #49D462 Emerald

📋 copy color: '#49D462'

red 73 ◦ green 212 ◦ blue 98

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

Shades of Emerald #49D462

Tints of Emerald #49D462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.35%

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

R = 19.06%
G = 55.35%
B = 25.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#49D462 (or 0x49D462) is known color: Emerald. HEX triplet: 49, D4 and 62. RGB value is (73,212,98). Sum of RGB (Red+Green+Blue) = 73+212+98=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #49D462 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D462 is #B62B9D. Grayscale: #9D9D9D. Windows color (decimal): -11938718 or 6476873. OLE color: 6476873.

HSL color Cylindrical-coordinate representation of color #49D462: hue angle of 130.79º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D462 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 98 -
CMYK 0.66 0 0.54 0.17
HSL 130.79º 0.62% 0.56% -
HSV(B) 130.79º 0.66% 0.83% -
XYZ 28.5 49.39 19.59 -
YUV 157.44 94.45 67.77 -
System Red Green Blue C M Y K H S L
Decimal 73 212 98 0.66 0 0.54 0.17 130.79 0.62 0.56
Hex 49 D4 62 42 0 36 11 83 3E 38
Octal 111 324 142 102 0 66 21 203 76 70
Binary 1001001 11010100 1100010 1000010 0 110110 10001 10000011 111110 111000

Color Harmonies of #49D462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D462

Black with #49D462

Text Example


Text Example

White with #49D462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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