Html Css Color HEX #49D264 Emerald

📋 copy color: '#49D264'

red 73 ◦ green 210 ◦ blue 100

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

Shades of Emerald #49D264

Tints of Emerald #49D264

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.83%

 BLUE value IS 100 (39.45% from 255) = 26.11%

R = 19.06%
G = 54.83%
B = 26.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#49D264 (or 0x49D264) is known color: Emerald. HEX triplet: 49, D2 and 64. RGB value is (73,210,100). Sum of RGB (Red+Green+Blue) = 73+210+100=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #49D264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D264 is #B62D9B. Grayscale: #9C9C9C. Windows color (decimal): -11939228 or 6607433. OLE color: 6607433.

HSL color Cylindrical-coordinate representation of color #49D264: hue angle of 131.82º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D264 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 210 100 -
CMYK 0.65 0 0.52 0.18
HSL 131.82º 0.6% 0.55% -
HSV(B) 131.82º 0.65% 0.82% -
XYZ 28.09 48.43 19.92 -
YUV 156.5 96.11 68.44 -
System Red Green Blue C M Y K H S L
Decimal 73 210 100 0.65 0 0.52 0.18 131.82 0.6 0.55
Hex 49 D2 64 41 0 34 12 84 3C 37
Octal 111 322 144 101 0 64 22 204 74 67
Binary 1001001 11010010 1100100 1000001 0 110100 10010 10000100 111100 110111

Color Harmonies of #49D264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D264

Black with #49D264

Text Example


Text Example

White with #49D264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,210,100); }

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

background-color css

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

 a { background-color: rgb(73,210,100); }

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

border-color css

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

 span { border-color: rgb(73,210,100); }

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