Html Css Color HEX #49CA89 Emerald

📋 copy color: '#49CA89'

red 73 ◦ green 202 ◦ blue 137

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

Shades of Emerald #49CA89

Tints of Emerald #49CA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 17.72%
G = 49.03%
B = 33.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#49CA89 (or 0x49CA89) is known color: Emerald. HEX triplet: 49, CA and 89. RGB value is (73,202,137). Sum of RGB (Red+Green+Blue) = 73+202+137=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA89 is #B63576. Grayscale: #9C9C9C. Windows color (decimal): -11941239 or 9030217. OLE color: 9030217.

HSL color Cylindrical-coordinate representation of color #49CA89: hue angle of 149.77º 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 #49CA89 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 137 -
CMYK 0.64 0 0.32 0.21
HSL 149.77º 0.55% 0.54% -
HSV(B) 149.77º 0.64% 0.79% -
XYZ 28.38 45.46 30.95 -
YUV 156.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 73 202 137 0.64 0 0.32 0.21 149.77 0.55 0.54
Hex 49 CA 89 40 0 20 15 96 37 36
Octal 111 312 211 100 0 40 25 226 67 66
Binary 1001001 11001010 10001001 1000000 0 100000 10101 10010110 110111 110110

Color Harmonies of #49CA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA89

Black with #49CA89

Text Example


Text Example

White with #49CA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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