Html Css Color HEX #49DF60 Emerald

📋 copy color: '#49DF60'

red 73 ◦ green 223 ◦ blue 96

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

Shades of Emerald #49DF60

Tints of Emerald #49DF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.89%

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 18.62%
G = 56.89%
B = 24.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#49DF60 (or 0x49DF60) is known color: Emerald. HEX triplet: 49, DF and 60. RGB value is (73,223,96). Sum of RGB (Red+Green+Blue) = 73+223+96=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF60 is #B6209F. Grayscale: #A4A4A4. Windows color (decimal): -11935904 or 6348617. OLE color: 6348617.

HSL color Cylindrical-coordinate representation of color #49DF60: hue angle of 129.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DF60 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 96 -
CMYK 0.67 0 0.57 0.13
HSL 129.2º 0.7% 0.58% -
HSV(B) 129.2º 0.67% 0.87% -
XYZ 31.25 55.04 20.04 -
YUV 163.67 89.81 63.33 -
System Red Green Blue C M Y K H S L
Decimal 73 223 96 0.67 0 0.57 0.13 129.2 0.7 0.58
Hex 49 DF 60 43 0 39 D 81 46 3A
Octal 111 337 140 103 0 71 15 201 106 72
Binary 1001001 11011111 1100000 1000011 0 111001 1101 10000001 1000110 111010

Color Harmonies of #49DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF60

Black with #49DF60

Text Example


Text Example

White with #49DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,96); }

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

background-color css

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

 a { background-color: rgb(73,223,96); }

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

border-color css

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

 span { border-color: rgb(73,223,96); }

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