#48DA7C

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

Shades of Emerald #48DA7C

Tints of Emerald #48DA7C

Color information

#48DA7C (or 0x48DA7C) is unknown color: approx Emerald. HEX triplet: 48, DA and 7C. RGB value is (72,218,124). Sum of RGB (Red+Green+Blue) = 72+218+124=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA7C is #B72583. Grayscale: #A3A3A3. Windows color (decimal): -12002692 or 8182344. OLE color: 8182344.

HSL color Cylindrical-coordinate representation of color #48DA7C: hue angle of 141.37º 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 #48DA7C is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB72218124-
CMYK0.6700.430.15
HSL141.37º66.36%56.86%-
HSV(B)141.37º66.97%85.49%-
XYZ31.3852.9827.64-
YUV163.63105.6362.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 218 (85.55% from 255) = 52.66%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=17.39%
G=52.66%
B=29.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722181240.6700.430.15141.3766.3656.86
Hex48DA7C4302BF8d4239
Octal1103321741030531721510271
Binary1001000110110101111100100001101010111111100011011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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