Html Css Color HEX #49D25E Emerald

📋 copy color: '#49D25E'

red 73 ◦ green 210 ◦ blue 94

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

Shades of Emerald #49D25E

Tints of Emerald #49D25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 19.36%
G = 55.7%
B = 24.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#49D25E (or 0x49D25E) is known color: Emerald. HEX triplet: 49, D2 and 5E. RGB value is (73,210,94). Sum of RGB (Red+Green+Blue) = 73+210+94=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #49D25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D25E is #B62DA1. Grayscale: #9C9C9C. Windows color (decimal): -11939234 or 6214217. OLE color: 6214217.

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

Color convert

RGB 73 210 94 -
CMYK 0.65 0 0.55 0.18
HSL 129.2º 0.6% 0.55% -
HSV(B) 129.2º 0.65% 0.82% -
XYZ 27.81 48.32 18.45 -
YUV 155.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 73 210 94 0.65 0 0.55 0.18 129.2 0.6 0.55
Hex 49 D2 5E 41 0 37 12 81 3C 37
Octal 111 322 136 101 0 67 22 201 74 67
Binary 1001001 11010010 1011110 1000001 0 110111 10010 10000001 111100 110111

Color Harmonies of #49D25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D25E

Black with #49D25E

Text Example


Text Example

White with #49D25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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