Html Css Color HEX #49D25C Emerald

📋 copy color: '#49D25C'

red 73 ◦ green 210 ◦ blue 92

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

Shades of Emerald #49D25C

Tints of Emerald #49D25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 19.47%
G = 56%
B = 24.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#49D25C (or 0x49D25C) is known color: Emerald. HEX triplet: 49, D2 and 5C. RGB value is (73,210,92). Sum of RGB (Red+Green+Blue) = 73+210+92=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #49D25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D25C is #B62DA3. Grayscale: #9B9B9B. Windows color (decimal): -11939236 or 6083145. OLE color: 6083145.

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

Color convert

RGB 73 210 92 -
CMYK 0.65 0 0.56 0.18
HSL 128.32º 0.6% 0.55% -
HSV(B) 128.32º 0.65% 0.82% -
XYZ 27.73 48.28 17.98 -
YUV 155.59 92.11 69.09 -
System Red Green Blue C M Y K H S L
Decimal 73 210 92 0.65 0 0.56 0.18 128.32 0.6 0.55
Hex 49 D2 5C 41 0 38 12 80 3C 37
Octal 111 322 134 101 0 70 22 200 74 67
Binary 1001001 11010010 1011100 1000001 0 111000 10010 10000000 111100 110111

Color Harmonies of #49D25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D25C

Black with #49D25C

Text Example


Text Example

White with #49D25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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