Html Css Color HEX #49D85F Emerald

📋 copy color: '#49D85F'

red 73 ◦ green 216 ◦ blue 95

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

Shades of Emerald #49D85F

Tints of Emerald #49D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.25%

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 19.01%
G = 56.25%
B = 24.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#49D85F (or 0x49D85F) is known color: Emerald. HEX triplet: 49, D8 and 5F. RGB value is (73,216,95). Sum of RGB (Red+Green+Blue) = 73+216+95=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #49D85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D85F is #B627A0. Grayscale: #9F9F9F. Windows color (decimal): -11937697 or 6281289. OLE color: 6281289.

HSL color Cylindrical-coordinate representation of color #49D85F: hue angle of 129.23º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D85F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 95 -
CMYK 0.66 0 0.56 0.15
HSL 129.23º 0.65% 0.57% -
HSV(B) 129.23º 0.66% 0.85% -
XYZ 29.37 51.35 19.19 -
YUV 159.45 91.62 66.34 -
System Red Green Blue C M Y K H S L
Decimal 73 216 95 0.66 0 0.56 0.15 129.23 0.65 0.57
Hex 49 D8 5F 42 0 38 F 81 41 39
Octal 111 330 137 102 0 70 17 201 101 71
Binary 1001001 11011000 1011111 1000010 0 111000 1111 10000001 1000001 111001

Color Harmonies of #49D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D85F

Black with #49D85F

Text Example


Text Example

White with #49D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,216,95); }

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

background-color css

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

 a { background-color: rgb(73,216,95); }

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

border-color css

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

 span { border-color: rgb(73,216,95); }

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