Html Css Color HEX #49D463 Emerald

📋 copy color: '#49D463'

red 73 ◦ green 212 ◦ blue 99

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

Shades of Emerald #49D463

Tints of Emerald #49D463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 19.01%
G = 55.21%
B = 25.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#49D463 (or 0x49D463) is known color: Emerald. HEX triplet: 49, D4 and 63. RGB value is (73,212,99). Sum of RGB (Red+Green+Blue) = 73+212+99=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #49D463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D463 is #B62B9C. Grayscale: #9D9D9D. Windows color (decimal): -11938717 or 6542409. OLE color: 6542409.

HSL color Cylindrical-coordinate representation of color #49D463: hue angle of 131.22º 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 #49D463 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 99 -
CMYK 0.66 0 0.53 0.17
HSL 131.22º 0.62% 0.56% -
HSV(B) 131.22º 0.66% 0.83% -
XYZ 28.54 49.4 19.84 -
YUV 157.56 94.95 67.69 -
System Red Green Blue C M Y K H S L
Decimal 73 212 99 0.66 0 0.53 0.17 131.22 0.62 0.56
Hex 49 D4 63 42 0 35 11 83 3E 38
Octal 111 324 143 102 0 65 21 203 76 70
Binary 1001001 11010100 1100011 1000010 0 110101 10001 10000011 111110 111000

Color Harmonies of #49D463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D463

Black with #49D463

Text Example


Text Example

White with #49D463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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