Html Css Color HEX #49CA7D Emerald

📋 copy color: '#49CA7D'

red 73 ◦ green 202 ◦ blue 125

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

Shades of Emerald #49CA7D

Tints of Emerald #49CA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 18.25%
G = 50.5%
B = 31.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#49CA7D (or 0x49CA7D) is known color: Emerald. HEX triplet: 49, CA and 7D. RGB value is (73,202,125). Sum of RGB (Red+Green+Blue) = 73+202+125=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA7D is #B63582. Grayscale: #9A9A9A. Windows color (decimal): -11941251 or 8243785. OLE color: 8243785.

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

Color convert

RGB 73 202 125 -
CMYK 0.64 0 0.38 0.21
HSL 144.19º 0.55% 0.54% -
HSV(B) 144.19º 0.64% 0.79% -
XYZ 27.57 45.14 26.66 -
YUV 154.65 111.26 69.76 -
System Red Green Blue C M Y K H S L
Decimal 73 202 125 0.64 0 0.38 0.21 144.19 0.55 0.54
Hex 49 CA 7D 40 0 26 15 90 37 36
Octal 111 312 175 100 0 46 25 220 67 66
Binary 1001001 11001010 1111101 1000000 0 100110 10101 10010000 110111 110110

Color Harmonies of #49CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA7D

Black with #49CA7D

Text Example


Text Example

White with #49CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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