Html Css Color HEX #49CE55 Emerald

📋 copy color: '#49CE55'

red 73 ◦ green 206 ◦ blue 85

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

Shades of Emerald #49CE55

Tints of Emerald #49CE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 20.05%
G = 56.59%
B = 23.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#49CE55 (or 0x49CE55) is known color: Emerald. HEX triplet: 49, CE and 55. RGB value is (73,206,85). Sum of RGB (Red+Green+Blue) = 73+206+85=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CE55 is #B631AA. Grayscale: #989898. Windows color (decimal): -11940267 or 5623369. OLE color: 5623369.

HSL color Cylindrical-coordinate representation of color #49CE55: hue angle of 125.41º 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 #49CE55 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 85 -
CMYK 0.65 0 0.59 0.19
HSL 125.41º 0.58% 0.55% -
HSV(B) 125.41º 0.65% 0.81% -
XYZ 26.46 46.21 16.12 -
YUV 152.44 89.94 71.34 -
System Red Green Blue C M Y K H S L
Decimal 73 206 85 0.65 0 0.59 0.19 125.41 0.58 0.55
Hex 49 CE 55 41 0 3B 13 7D 3A 37
Octal 111 316 125 101 0 73 23 175 72 67
Binary 1001001 11001110 1010101 1000001 0 111011 10011 1111101 111010 110111

Color Harmonies of #49CE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CE55

Black with #49CE55

Text Example


Text Example

White with #49CE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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