Html Css Color HEX #49D662 Emerald

📋 copy color: '#49D662'

red 73 ◦ green 214 ◦ blue 98

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

Shades of Emerald #49D662

Tints of Emerald #49D662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.58%

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

R = 18.96%
G = 55.58%
B = 25.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#49D662 (or 0x49D662) is known color: Emerald. HEX triplet: 49, D6 and 62. RGB value is (73,214,98). Sum of RGB (Red+Green+Blue) = 73+214+98=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #49D662 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D662 is #B6299D. Grayscale: #9E9E9E. Windows color (decimal): -11938206 or 6477385. OLE color: 6477385.

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

Color convert

RGB 73 214 98 -
CMYK 0.66 0 0.54 0.16
HSL 130.64º 0.63% 0.56% -
HSV(B) 130.64º 0.66% 0.84% -
XYZ 29 50.39 19.75 -
YUV 158.62 93.79 66.93 -
System Red Green Blue C M Y K H S L
Decimal 73 214 98 0.66 0 0.54 0.16 130.64 0.63 0.56
Hex 49 D6 62 42 0 36 10 83 3F 38
Octal 111 326 142 102 0 66 20 203 77 70
Binary 1001001 11010110 1100010 1000010 0 110110 10000 10000011 111111 111000

Color Harmonies of #49D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D662

Black with #49D662

Text Example


Text Example

White with #49D662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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