Html Css Color HEX #49DF66 Emerald

📋 copy color: '#49DF66'

red 73 ◦ green 223 ◦ blue 102

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

Shades of Emerald #49DF66

Tints of Emerald #49DF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 18.34%
G = 56.03%
B = 25.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#49DF66 (or 0x49DF66) is known color: Emerald. HEX triplet: 49, DF and 66. RGB value is (73,223,102). Sum of RGB (Red+Green+Blue) = 73+223+102=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DF66 is #B62099. Grayscale: #A4A4A4. Windows color (decimal): -11935898 or 6741833. OLE color: 6741833.

HSL color Cylindrical-coordinate representation of color #49DF66: hue angle of 131.6º 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 #49DF66 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 102 -
CMYK 0.67 0 0.54 0.13
HSL 131.6º 0.7% 0.58% -
HSV(B) 131.6º 0.67% 0.87% -
XYZ 31.53 55.15 21.55 -
YUV 164.36 92.81 62.84 -
System Red Green Blue C M Y K H S L
Decimal 73 223 102 0.67 0 0.54 0.13 131.6 0.7 0.58
Hex 49 DF 66 43 0 36 D 84 46 3A
Octal 111 337 146 103 0 66 15 204 106 72
Binary 1001001 11011111 1100110 1000011 0 110110 1101 10000100 1000110 111010

Color Harmonies of #49DF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF66

Black with #49DF66

Text Example


Text Example

White with #49DF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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