#48D585

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

Shades of Emerald #48D585

Tints of Emerald #48D585

Color information

#48D585 (or 0x48D585) is unknown color: approx Emerald. HEX triplet: 48, D5 and 85. RGB value is (72,213,133). Sum of RGB (Red+Green+Blue) = 72+213+133=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #48D585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D585 is #B72A7A. Grayscale: #A1A1A1. Windows color (decimal): -12003963 or 8770888. OLE color: 8770888.

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

Color convert

RGB72213133-
CMYK0.6600.380.16
HSL145.96º62.67%55.88%-
HSV(B)145.96º66.2%83.53%-
XYZ30.750.6630.35-
YUV161.72111.7964-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.22%
GREEN value IS 213 (83.59% from 255) = 50.96%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=17.22%
G=50.96%
B=31.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722131330.6600.380.16145.9662.6755.88
Hex48D5854202610923f38
Octal110325205102046202227770
Binary10010001101010110000101100001001001101000010010010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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