#48DA5B

Color #48DA5B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #48DA5B

Tints of Emerald #48DA5B

Color information

#48DA5B (or 0x48DA5B) is unknown color: approx Emerald. HEX triplet: 48, DA and 5B. RGB value is (72,218,91). Sum of RGB (Red+Green+Blue) = 72+218+91=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA5B is #B725A4. Grayscale: #A0A0A0. Windows color (decimal): -12002725 or 6019656. OLE color: 6019656.

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

Color convert

RGB7221891-
CMYK0.6700.580.15
HSL127.81º66.36%56.86%-
HSV(B)127.81º66.97%85.49%-
XYZ29.6352.2818.43-
YUV159.8789.1365.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 218 (85.55% from 255) = 57.22%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=18.90%
G=57.22%
B=23.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72218910.6700.580.15127.8166.3656.86
Hex48DA5B4303AF804239
Octal1103321331030721720010271
Binary1001000110110101011011100001101110101111100000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,218,91); }

 H1.HeaderClassName
 {
   color: #48DA5B;
 }
 .AnyTagClassName
 {
   color: #48DA5B;
 }
</style>
background-color css

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

 a { background-color: rgb(72,218,91); }

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

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

 span { border-color: rgb(72,218,91); }

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