Html Css Color HEX #49CA5B Emerald

📋 copy color: '#49CA5B'

red 73 ◦ green 202 ◦ blue 91

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

Shades of Emerald #49CA5B

Tints of Emerald #49CA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 19.95%
G = 55.19%
B = 24.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#49CA5B (or 0x49CA5B) is known color: Emerald. HEX triplet: 49, CA and 5B. RGB value is (73,202,91). Sum of RGB (Red+Green+Blue) = 73+202+91=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA5B is #B635A4. Grayscale: #979797. Windows color (decimal): -11941285 or 6015561. OLE color: 6015561.

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

Color convert

RGB 73 202 91 -
CMYK 0.64 0 0.55 0.21
HSL 128.37º 0.55% 0.54% -
HSV(B) 128.37º 0.64% 0.79% -
XYZ 25.76 44.41 17.11 -
YUV 150.78 94.26 72.53 -
System Red Green Blue C M Y K H S L
Decimal 73 202 91 0.64 0 0.55 0.21 128.37 0.55 0.54
Hex 49 CA 5B 40 0 37 15 80 37 36
Octal 111 312 133 100 0 67 25 200 67 66
Binary 1001001 11001010 1011011 1000000 0 110111 10101 10000000 110111 110110

Color Harmonies of #49CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA5B

Black with #49CA5B

Text Example


Text Example

White with #49CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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