Html Css Color HEX #48D179 Emerald

📋 copy color: '#48D179'

red 72 ◦ green 209 ◦ blue 121

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

Shades of Emerald #48D179

Tints of Emerald #48D179

RGB

 RED value IS 72 (28.52% from 255) = 17.91%

 GREEN value IS 209 (82.03% from 255) = 51.99%

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 17.91%
G = 51.99%
B = 30.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#48D179 (or 0x48D179) is known color: Emerald. HEX triplet: 48, D1 and 79. RGB value is (72,209,121). Sum of RGB (Red+Green+Blue) = 72+209+121=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #48D179 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D179 is #B72E86. Grayscale: #9E9E9E. Windows color (decimal): -12004999 or 7983432. OLE color: 7983432.

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

Color convert

RGB 72 209 121 -
CMYK 0.66 0 0.42 0.18
HSL 141.46º 0.6% 0.55% -
HSV(B) 141.46º 0.66% 0.82% -
XYZ 28.92 48.36 25.9 -
YUV 158.01 107.11 66.66 -
System Red Green Blue C M Y K H S L
Decimal 72 209 121 0.66 0 0.42 0.18 141.46 0.6 0.55
Hex 48 D1 79 42 0 2A 12 8D 3C 37
Octal 110 321 171 102 0 52 22 215 74 67
Binary 1001000 11010001 1111001 1000010 0 101010 10010 10001101 111100 110111

Color Harmonies of #48D179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D179

Black with #48D179

Text Example


Text Example

White with #48D179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48D179; }

 p { color: rgb(72,209,121); }

 H1.HeaderClassName
 {
   color: #48D179;
 }
 .AnyTagClassName
 {
   color: #48D179;
 }
</style>

background-color css

<style>
 a { background-color: #48D179; }

 a { background-color: rgb(72,209,121); }

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

border-color css

<style>
 span { border-color: #48D179; }

 span { border-color: rgb(72,209,121); }

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