#48D48D

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

Shades of Emerald #48D48D

Tints of Emerald #48D48D

Color information

#48D48D (or 0x48D48D) is unknown color: approx Emerald. HEX triplet: 48, D4 and 8D. RGB value is (72,212,141). Sum of RGB (Red+Green+Blue) = 72+212+141=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #48D48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D48D is #B72B72. Grayscale: #A2A2A2. Windows color (decimal): -12004211 or 9294920. OLE color: 9294920.

HSL color Cylindrical-coordinate representation of color #48D48D: hue angle of 149.57º 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 #48D48D is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB72212141-
CMYK0.6600.330.17
HSL149.57º61.95%55.69%-
HSV(B)149.57º66.04%83.14%-
XYZ31.0250.3933.29-
YUV162.05116.1263.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=16.94%
G=49.88%
B=33.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal722121410.6600.330.17149.5761.9555.69
Hex48D48D4202111963e38
Octal110324215102041212267670
Binary10010001101010010001101100001001000011000110010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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