Html Css Color HEX #49DE66 Emerald

📋 copy color: '#49DE66'

red 73 ◦ green 222 ◦ blue 102

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

Shades of Emerald #49DE66

Tints of Emerald #49DE66

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.92%

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

R = 18.39%
G = 55.92%
B = 25.69%

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

#49DE66 (or 0x49DE66) is known color: Emerald. HEX triplet: 49, DE and 66. RGB value is (73,222,102). Sum of RGB (Red+Green+Blue) = 73+222+102=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE66 is #B62199. Grayscale: #A4A4A4. Windows color (decimal): -11936154 or 6741577. OLE color: 6741577.

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

Color convert

RGB 73 222 102 -
CMYK 0.67 0 0.54 0.13
HSL 131.68º 0.69% 0.58% -
HSV(B) 131.68º 0.67% 0.87% -
XYZ 31.27 54.62 21.46 -
YUV 163.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 73 222 102 0.67 0 0.54 0.13 131.68 0.69 0.58
Hex 49 DE 66 43 0 36 D 84 45 3A
Octal 111 336 146 103 0 66 15 204 105 72
Binary 1001001 11011110 1100110 1000011 0 110110 1101 10000100 1000101 111010

Color Harmonies of #49DE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE66

Black with #49DE66

Text Example


Text Example

White with #49DE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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