Html Css Color HEX #49D262 Emerald

📋 copy color: '#49D262'

red 73 ◦ green 210 ◦ blue 98

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

Shades of Emerald #49D262

Tints of Emerald #49D262

RGB

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

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

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

R = 19.16%
G = 55.12%
B = 25.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#49D262 (or 0x49D262) is known color: Emerald. HEX triplet: 49, D2 and 62. RGB value is (73,210,98). Sum of RGB (Red+Green+Blue) = 73+210+98=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #49D262 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D262 is #B62D9D. Grayscale: #9C9C9C. Windows color (decimal): -11939230 or 6476361. OLE color: 6476361.

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

Color convert

RGB 73 210 98 -
CMYK 0.65 0 0.53 0.18
HSL 130.95º 0.6% 0.55% -
HSV(B) 130.95º 0.65% 0.82% -
XYZ 28 48.39 19.42 -
YUV 156.27 95.11 68.61 -
System Red Green Blue C M Y K H S L
Decimal 73 210 98 0.65 0 0.53 0.18 130.95 0.6 0.55
Hex 49 D2 62 41 0 35 12 83 3C 37
Octal 111 322 142 101 0 65 22 203 74 67
Binary 1001001 11010010 1100010 1000001 0 110101 10010 10000011 111100 110111

Color Harmonies of #49D262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D262

Black with #49D262

Text Example


Text Example

White with #49D262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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