Html Css Color HEX #49BC81 Emerald

📋 copy color: '#49BC81'

red 73 ◦ green 188 ◦ blue 129

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

Shades of Emerald #49BC81

Tints of Emerald #49BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.21%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 18.72%
G = 48.21%
B = 33.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#49BC81 (or 0x49BC81) is known color: Emerald. HEX triplet: 49, BC and 81. RGB value is (73,188,129). Sum of RGB (Red+Green+Blue) = 73+188+129=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC81 is #B6437E. Grayscale: #939393. Windows color (decimal): -11944831 or 8502345. OLE color: 8502345.

HSL color Cylindrical-coordinate representation of color #49BC81: hue angle of 149.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC81 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 129 -
CMYK 0.61 0 0.31 0.26
HSL 149.22º 0.46% 0.51% -
HSV(B) 149.22º 0.61% 0.74% -
XYZ 24.69 38.97 26.99 -
YUV 146.89 117.9 75.3 -
System Red Green Blue C M Y K H S L
Decimal 73 188 129 0.61 0 0.31 0.26 149.22 0.46 0.51
Hex 49 BC 81 3D 0 1F 1A 95 2E 33
Octal 111 274 201 75 0 37 32 225 56 63
Binary 1001001 10111100 10000001 111101 0 11111 11010 10010101 101110 110011

Color Harmonies of #49BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BC81

Black with #49BC81

Text Example


Text Example

White with #49BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,129); }

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

background-color css

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

 a { background-color: rgb(73,188,129); }

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

border-color css

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

 span { border-color: rgb(73,188,129); }

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