Html Css Color HEX #48D579 Emerald

📋 copy color: '#48D579'

red 72 ◦ green 213 ◦ blue 121

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

Shades of Emerald #48D579

Tints of Emerald #48D579

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.46%

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

R = 17.73%
G = 52.46%
B = 29.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#48D579 (or 0x48D579) is known color: Emerald. HEX triplet: 48, D5 and 79. RGB value is (72,213,121). Sum of RGB (Red+Green+Blue) = 72+213+121=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #48D579 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D579 is #B72A86. Grayscale: #A0A0A0. Windows color (decimal): -12003975 or 7984456. OLE color: 7984456.

HSL color Cylindrical-coordinate representation of color #48D579: hue angle of 140.85º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D579 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 121 -
CMYK 0.66 0 0.43 0.16
HSL 140.85º 0.63% 0.56% -
HSV(B) 140.85º 0.66% 0.84% -
XYZ 29.92 50.35 26.23 -
YUV 160.35 105.79 64.98 -
System Red Green Blue C M Y K H S L
Decimal 72 213 121 0.66 0 0.43 0.16 140.85 0.63 0.56
Hex 48 D5 79 42 0 2B 10 8D 3F 38
Octal 110 325 171 102 0 53 20 215 77 70
Binary 1001000 11010101 1111001 1000010 0 101011 10000 10001101 111111 111000

Color Harmonies of #48D579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D579

Black with #48D579

Text Example


Text Example

White with #48D579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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