Html Css Color HEX #49D269 Emerald

📋 copy color: '#49D269'

red 73 ◦ green 210 ◦ blue 105

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

Shades of Emerald #49D269

Tints of Emerald #49D269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.12%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 18.81%
G = 54.12%
B = 27.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#49D269 (or 0x49D269) is known color: Emerald. HEX triplet: 49, D2 and 69. RGB value is (73,210,105). Sum of RGB (Red+Green+Blue) = 73+210+105=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #49D269 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D269 is #B62D96. Grayscale: #9D9D9D. Windows color (decimal): -11939223 or 6935113. OLE color: 6935113.

HSL color Cylindrical-coordinate representation of color #49D269: hue angle of 134.01º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D269 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 210 105 -
CMYK 0.65 0 0.50 0.18
HSL 134.01º 0.6% 0.55% -
HSV(B) 134.01º 0.65% 0.82% -
XYZ 28.34 48.53 21.24 -
YUV 157.07 98.61 68.04 -
System Red Green Blue C M Y K H S L
Decimal 73 210 105 0.65 0 0.50 0.18 134.01 0.6 0.55
Hex 49 D2 69 41 0 32 12 86 3C 37
Octal 111 322 151 101 0 62 22 206 74 67
Binary 1001001 11010010 1101001 1000001 0 110010 10010 10000110 111100 110111

Color Harmonies of #49D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D269

Black with #49D269

Text Example


Text Example

White with #49D269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,210,105); }

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

background-color css

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

 a { background-color: rgb(73,210,105); }

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

border-color css

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

 span { border-color: rgb(73,210,105); }

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