Html Css Color HEX #49CA81 Emerald

📋 copy color: '#49CA81'

red 73 ◦ green 202 ◦ blue 129

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

Shades of Emerald #49CA81

Tints of Emerald #49CA81

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50%

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

R = 18.07%
G = 50%
B = 31.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#49CA81 (or 0x49CA81) is known color: Emerald. HEX triplet: 49, CA and 81. RGB value is (73,202,129). Sum of RGB (Red+Green+Blue) = 73+202+129=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA81 is #B6357E. Grayscale: #9B9B9B. Windows color (decimal): -11941247 or 8505929. OLE color: 8505929.

HSL color Cylindrical-coordinate representation of color #49CA81: hue angle of 146.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA81 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 129 -
CMYK 0.64 0 0.36 0.21
HSL 146.05º 0.55% 0.54% -
HSV(B) 146.05º 0.64% 0.79% -
XYZ 27.83 45.24 28.03 -
YUV 155.11 113.26 69.44 -
System Red Green Blue C M Y K H S L
Decimal 73 202 129 0.64 0 0.36 0.21 146.05 0.55 0.54
Hex 49 CA 81 40 0 24 15 92 37 36
Octal 111 312 201 100 0 44 25 222 67 66
Binary 1001001 11001010 10000001 1000000 0 100100 10101 10010010 110111 110110

Color Harmonies of #49CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA81

Black with #49CA81

Text Example


Text Example

White with #49CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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