Html Css Color HEX #49D25B Emerald

📋 copy color: '#49D25B'

red 73 ◦ green 210 ◦ blue 91

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

Shades of Emerald #49D25B

Tints of Emerald #49D25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.33%

R = 19.52%
G = 56.15%
B = 24.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#49D25B (or 0x49D25B) is known color: Emerald. HEX triplet: 49, D2 and 5B. RGB value is (73,210,91). Sum of RGB (Red+Green+Blue) = 73+210+91=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 210 (82.42% from 255 or 56.15% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 210 - color contains mainly: green. Hex color #49D25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D25B is #B62DA4. Grayscale: #9B9B9B. Windows color (decimal): -11939237 or 6017609. OLE color: 6017609.

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

Color convert

RGB 73 210 91 -
CMYK 0.65 0 0.57 0.18
HSL 127.88º 0.6% 0.55% -
HSV(B) 127.88º 0.65% 0.82% -
XYZ 27.68 48.26 17.75 -
YUV 155.47 91.61 69.18 -
System Red Green Blue C M Y K H S L
Decimal 73 210 91 0.65 0 0.57 0.18 127.88 0.6 0.55
Hex 49 D2 5B 41 0 39 12 80 3C 37
Octal 111 322 133 101 0 71 22 200 74 67
Binary 1001001 11010010 1011011 1000001 0 111001 10010 10000000 111100 110111

Color Harmonies of #49D25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D25B

Black with #49D25B

Text Example


Text Example

White with #49D25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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