Html Css Color HEX #49CE88 Emerald

📋 copy color: '#49CE88'

red 73 ◦ green 206 ◦ blue 136

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

Shades of Emerald #49CE88

Tints of Emerald #49CE88

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.64%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 17.59%
G = 49.64%
B = 32.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#49CE88 (or 0x49CE88) is known color: Emerald. HEX triplet: 49, CE and 88. RGB value is (73,206,136). Sum of RGB (Red+Green+Blue) = 73+206+136=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE88 is #B63177. Grayscale: #9E9E9E. Windows color (decimal): -11940216 or 8965705. OLE color: 8965705.

HSL color Cylindrical-coordinate representation of color #49CE88: hue angle of 148.42º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE88 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 136 -
CMYK 0.65 0 0.34 0.19
HSL 148.42º 0.58% 0.55% -
HSV(B) 148.42º 0.65% 0.81% -
XYZ 29.26 47.34 30.89 -
YUV 158.25 115.44 67.19 -
System Red Green Blue C M Y K H S L
Decimal 73 206 136 0.65 0 0.34 0.19 148.42 0.58 0.55
Hex 49 CE 88 41 0 22 13 94 3A 37
Octal 111 316 210 101 0 42 23 224 72 67
Binary 1001001 11001110 10001000 1000001 0 100010 10011 10010100 111010 110111

Color Harmonies of #49CE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CE88

Black with #49CE88

Text Example


Text Example

White with #49CE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,206,136); }

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

background-color css

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

 a { background-color: rgb(73,206,136); }

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

border-color css

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

 span { border-color: rgb(73,206,136); }

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