Html Css Color HEX #49CA79 Emerald

📋 copy color: '#49CA79'

red 73 ◦ green 202 ◦ blue 121

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

Shades of Emerald #49CA79

Tints of Emerald #49CA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 18.43%
G = 51.01%
B = 30.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#49CA79 (or 0x49CA79) is known color: Emerald. HEX triplet: 49, CA and 79. RGB value is (73,202,121). Sum of RGB (Red+Green+Blue) = 73+202+121=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA79 is #B63586. Grayscale: #9A9A9A. Windows color (decimal): -11941255 or 7981641. OLE color: 7981641.

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

Color convert

RGB 73 202 121 -
CMYK 0.64 0 0.40 0.21
HSL 142.33º 0.55% 0.54% -
HSV(B) 142.33º 0.64% 0.79% -
XYZ 27.32 45.04 25.34 -
YUV 154.2 109.26 70.09 -
System Red Green Blue C M Y K H S L
Decimal 73 202 121 0.64 0 0.40 0.21 142.33 0.55 0.54
Hex 49 CA 79 40 0 28 15 8E 37 36
Octal 111 312 171 100 0 50 25 216 67 66
Binary 1001001 11001010 1111001 1000000 0 101000 10101 10001110 110111 110110

Color Harmonies of #49CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA79

Black with #49CA79

Text Example


Text Example

White with #49CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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