Html Css Color HEX #49CC61 Emerald

📋 copy color: '#49CC61'

red 73 ◦ green 204 ◦ blue 97

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

Shades of Emerald #49CC61

Tints of Emerald #49CC61

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.55%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 19.52%
G = 54.55%
B = 25.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#49CC61 (or 0x49CC61) is known color: Emerald. HEX triplet: 49, CC and 61. RGB value is (73,204,97). Sum of RGB (Red+Green+Blue) = 73+204+97=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC61 is #B6339E. Grayscale: #989898. Windows color (decimal): -11940767 or 6409289. OLE color: 6409289.

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

Color convert

RGB 73 204 97 -
CMYK 0.64 0 0.52 0.2
HSL 130.99º 0.56% 0.54% -
HSV(B) 130.99º 0.64% 0.8% -
XYZ 26.5 45.47 18.69 -
YUV 152.63 96.6 71.2 -
System Red Green Blue C M Y K H S L
Decimal 73 204 97 0.64 0 0.52 0.2 130.99 0.56 0.54
Hex 49 CC 61 40 0 34 14 83 38 36
Octal 111 314 141 100 0 64 24 203 70 66
Binary 1001001 11001100 1100001 1000000 0 110100 10100 10000011 111000 110110

Color Harmonies of #49CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC61

Black with #49CC61

Text Example


Text Example

White with #49CC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,97); }

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

background-color css

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

 a { background-color: rgb(73,204,97); }

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

border-color css

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

 span { border-color: rgb(73,204,97); }

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