Html Css Color HEX #49CB69 Emerald

📋 copy color: '#49CB69'

red 73 ◦ green 203 ◦ blue 105

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

Shades of Emerald #49CB69

Tints of Emerald #49CB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 19.16%
G = 53.28%
B = 27.56%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#49CB69 (or 0x49CB69) is known color: Emerald. HEX triplet: 49, CB and 69. RGB value is (73,203,105). Sum of RGB (Red+Green+Blue) = 73+203+105=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CB69 is #B63496. Grayscale: #999999. Windows color (decimal): -11941015 or 6933321. OLE color: 6933321.

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

Color convert

RGB 73 203 105 -
CMYK 0.64 0 0.48 0.20
HSL 134.77º 0.56% 0.54% -
HSV(B) 134.77º 0.64% 0.8% -
XYZ 26.65 45.15 20.67 -
YUV 152.96 100.93 70.97 -
System Red Green Blue C M Y K H S L
Decimal 73 203 105 0.64 0 0.48 0.20 134.77 0.56 0.54
Hex 49 CB 69 40 0 30 14 87 38 36
Octal 111 313 151 100 0 60 24 207 70 66
Binary 1001001 11001011 1101001 1000000 0 110000 10100 10000111 111000 110110

Color Harmonies of #49CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB69

Black with #49CB69

Text Example


Text Example

White with #49CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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