Html Css Color HEX #49CB87 Emerald

📋 copy color: '#49CB87'

red 73 ◦ green 203 ◦ blue 135

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

Shades of Emerald #49CB87

Tints of Emerald #49CB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 17.76%
G = 49.39%
B = 32.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#49CB87 (or 0x49CB87) is known color: Emerald. HEX triplet: 49, CB and 87. RGB value is (73,203,135). Sum of RGB (Red+Green+Blue) = 73+203+135=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CB87 is #B63478. Grayscale: #9C9C9C. Windows color (decimal): -11940985 or 8899401. OLE color: 8899401.

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

Color convert

RGB 73 203 135 -
CMYK 0.64 0 0.33 0.20
HSL 148.62º 0.56% 0.54% -
HSV(B) 148.62º 0.64% 0.8% -
XYZ 28.48 45.88 30.28 -
YUV 156.38 115.93 68.53 -
System Red Green Blue C M Y K H S L
Decimal 73 203 135 0.64 0 0.33 0.20 148.62 0.56 0.54
Hex 49 CB 87 40 0 21 14 95 38 36
Octal 111 313 207 100 0 41 24 225 70 66
Binary 1001001 11001011 10000111 1000000 0 100001 10100 10010101 111000 110110

Color Harmonies of #49CB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB87

Black with #49CB87

Text Example


Text Example

White with #49CB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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