Html Css Color HEX #49CB63 Emerald

📋 copy color: '#49CB63'

red 73 ◦ green 203 ◦ blue 99

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

Shades of Emerald #49CB63

Tints of Emerald #49CB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.13%

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 19.47%
G = 54.13%
B = 26.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#49CB63 (or 0x49CB63) is known color: Emerald. HEX triplet: 49, CB and 63. RGB value is (73,203,99). Sum of RGB (Red+Green+Blue) = 73+203+99=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CB63 is #B6349C. Grayscale: #989898. Windows color (decimal): -11941021 or 6540105. OLE color: 6540105.

HSL color Cylindrical-coordinate representation of color #49CB63: hue angle of 132º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CB63 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 203 99 -
CMYK 0.64 0 0.51 0.20
HSL 132º 0.56% 0.54% -
HSV(B) 132º 0.64% 0.8% -
XYZ 26.36 45.03 19.11 -
YUV 152.27 97.93 71.46 -
System Red Green Blue C M Y K H S L
Decimal 73 203 99 0.64 0 0.51 0.20 132 0.56 0.54
Hex 49 CB 63 40 0 33 14 84 38 36
Octal 111 313 143 100 0 63 24 204 70 66
Binary 1001001 11001011 1100011 1000000 0 110011 10100 10000100 111000 110110

Color Harmonies of #49CB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB63

Black with #49CB63

Text Example


Text Example

White with #49CB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,203,99); }

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

background-color css

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

 a { background-color: rgb(73,203,99); }

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

border-color css

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

 span { border-color: rgb(73,203,99); }

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