#48D487

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

Shades of Emerald #48D487

Tints of Emerald #48D487

Color information

#48D487 (or 0x48D487) is unknown color: approx Emerald. HEX triplet: 48, D4 and 87. RGB value is (72,212,135). Sum of RGB (Red+Green+Blue) = 72+212+135=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #48D487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D487 is #B72B78. Grayscale: #A1A1A1. Windows color (decimal): -12004217 or 8901704. OLE color: 8901704.

HSL color Cylindrical-coordinate representation of color #48D487: hue angle of 147º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D487 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB72212135-
CMYK0.6600.360.17
HSL147º61.95%55.69%-
HSV(B)147º66.04%83.14%-
XYZ30.5950.2131-
YUV161.36113.1264.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 212 (83.20% from 255) = 50.60%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=17.18%
G=50.60%
B=32.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal722121350.6600.360.1714761.9555.69
Hex48D4874202411933e38
Octal110324207102044212237670
Binary10010001101010010000111100001001001001000110010011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,212,135); }

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

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

 a { background-color: rgb(72,212,135); }

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

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

 span { border-color: rgb(72,212,135); }

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