Html Css Color HEX #49C88A Emerald

📋 copy color: '#49C88A'

red 73 ◦ green 200 ◦ blue 138

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

Shades of Emerald #49C88A

Tints of Emerald #49C88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.66%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 17.76%
G = 48.66%
B = 33.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#49C88A (or 0x49C88A) is known color: Emerald. HEX triplet: 49, C8 and 8A. RGB value is (73,200,138). Sum of RGB (Red+Green+Blue) = 73+200+138=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #49C88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C88A is #B63775. Grayscale: #9B9B9B. Windows color (decimal): -11941750 or 9095241. OLE color: 9095241.

HSL color Cylindrical-coordinate representation of color #49C88A: hue angle of 150.71º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C88A is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 138 -
CMYK 0.64 0 0.31 0.22
HSL 150.71º 0.54% 0.54% -
HSV(B) 150.71º 0.64% 0.78% -
XYZ 27.99 44.56 31.17 -
YUV 154.96 118.42 69.54 -
System Red Green Blue C M Y K H S L
Decimal 73 200 138 0.64 0 0.31 0.22 150.71 0.54 0.54
Hex 49 C8 8A 40 0 1F 16 97 36 36
Octal 111 310 212 100 0 37 26 227 66 66
Binary 1001001 11001000 10001010 1000000 0 11111 10110 10010111 110110 110110

Color Harmonies of #49C88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C88A

Black with #49C88A

Text Example


Text Example

White with #49C88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,138); }

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

background-color css

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

 a { background-color: rgb(73,200,138); }

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

border-color css

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

 span { border-color: rgb(73,200,138); }

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