Html Css Color HEX #49D968 Emerald

📋 copy color: '#49D968'

red 73 ◦ green 217 ◦ blue 104

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

Shades of Emerald #49D968

Tints of Emerald #49D968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.08%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 18.53%
G = 55.08%
B = 26.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#49D968 (or 0x49D968) is known color: Emerald. HEX triplet: 49, D9 and 68. RGB value is (73,217,104). Sum of RGB (Red+Green+Blue) = 73+217+104=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #49D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D968 is #B62697. Grayscale: #A1A1A1. Windows color (decimal): -11937432 or 6871369. OLE color: 6871369.

HSL color Cylindrical-coordinate representation of color #49D968: hue angle of 132.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D968 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 217 104 -
CMYK 0.66 0 0.52 0.15
HSL 132.92º 0.65% 0.57% -
HSV(B) 132.92º 0.66% 0.85% -
XYZ 30.06 52.04 21.56 -
YUV 161.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 73 217 104 0.66 0 0.52 0.15 132.92 0.65 0.57
Hex 49 D9 68 42 0 34 F 85 41 39
Octal 111 331 150 102 0 64 17 205 101 71
Binary 1001001 11011001 1101000 1000010 0 110100 1111 10000101 1000001 111001

Color Harmonies of #49D968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D968

Black with #49D968

Text Example


Text Example

White with #49D968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,217,104); }

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

background-color css

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

 a { background-color: rgb(73,217,104); }

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

border-color css

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

 span { border-color: rgb(73,217,104); }

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