Html Css Color HEX #49C265 Emerald

📋 copy color: '#49C265'

red 73 ◦ green 194 ◦ blue 101

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

Shades of Emerald #49C265

Tints of Emerald #49C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 19.84%
G = 52.72%
B = 27.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#49C265 (or 0x49C265) is known color: Emerald. HEX triplet: 49, C2 and 65. RGB value is (73,194,101). Sum of RGB (Red+Green+Blue) = 73+194+101=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #49C265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C265 is #B63D9A. Grayscale: #939393. Windows color (decimal): -11943323 or 6668873. OLE color: 6668873.

HSL color Cylindrical-coordinate representation of color #49C265: hue angle of 133.88º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C265 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 101 -
CMYK 0.62 0 0.48 0.24
HSL 133.88º 0.5% 0.52% -
HSV(B) 133.88º 0.62% 0.76% -
XYZ 24.39 40.94 18.93 -
YUV 147.22 101.91 75.06 -
System Red Green Blue C M Y K H S L
Decimal 73 194 101 0.62 0 0.48 0.24 133.88 0.5 0.52
Hex 49 C2 65 3E 0 30 18 86 32 34
Octal 111 302 145 76 0 60 30 206 62 64
Binary 1001001 11000010 1100101 111110 0 110000 11000 10000110 110010 110100

Color Harmonies of #49C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C265

Black with #49C265

Text Example


Text Example

White with #49C265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,101); }

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

background-color css

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

 a { background-color: rgb(73,194,101); }

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

border-color css

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

 span { border-color: rgb(73,194,101); }

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