Html Css Color HEX #49CC7F Emerald

📋 copy color: '#49CC7F'

red 73 ◦ green 204 ◦ blue 127

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

Shades of Emerald #49CC7F

Tints of Emerald #49CC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 18.07%
G = 50.5%
B = 31.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#49CC7F (or 0x49CC7F) is known color: Emerald. HEX triplet: 49, CC and 7F. RGB value is (73,204,127). Sum of RGB (Red+Green+Blue) = 73+204+127=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC7F is #B63380. Grayscale: #9C9C9C. Windows color (decimal): -11940737 or 8375369. OLE color: 8375369.

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

Color convert

RGB 73 204 127 -
CMYK 0.64 0 0.38 0.2
HSL 144.73º 0.56% 0.54% -
HSV(B) 144.73º 0.64% 0.8% -
XYZ 28.17 46.13 27.5 -
YUV 156.05 111.6 68.76 -
System Red Green Blue C M Y K H S L
Decimal 73 204 127 0.64 0 0.38 0.2 144.73 0.56 0.54
Hex 49 CC 7F 40 0 26 14 91 38 36
Octal 111 314 177 100 0 46 24 221 70 66
Binary 1001001 11001100 1111111 1000000 0 100110 10100 10010001 111000 110110

Color Harmonies of #49CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC7F

Black with #49CC7F

Text Example


Text Example

White with #49CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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