Html Css Color HEX #49DE56 Emerald

📋 copy color: '#49DE56'

red 73 ◦ green 222 ◦ blue 86

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

Shades of Emerald #49DE56

Tints of Emerald #49DE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 19.16%
G = 58.27%
B = 22.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#49DE56 (or 0x49DE56) is known color: Emerald. HEX triplet: 49, DE and 56. RGB value is (73,222,86). Sum of RGB (Red+Green+Blue) = 73+222+86=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DE56 is #B621A9. Grayscale: #A2A2A2. Windows color (decimal): -11936170 or 5693001. OLE color: 5693001.

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

Color convert

RGB 73 222 86 -
CMYK 0.67 0 0.61 0.13
HSL 125.23º 0.69% 0.58% -
HSV(B) 125.23º 0.67% 0.87% -
XYZ 30.55 54.33 17.68 -
YUV 161.95 85.14 64.56 -
System Red Green Blue C M Y K H S L
Decimal 73 222 86 0.67 0 0.61 0.13 125.23 0.69 0.58
Hex 49 DE 56 43 0 3D D 7D 45 3A
Octal 111 336 126 103 0 75 15 175 105 72
Binary 1001001 11011110 1010110 1000011 0 111101 1101 1111101 1000101 111010

Color Harmonies of #49DE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DE56

Black with #49DE56

Text Example


Text Example

White with #49DE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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