#48D558

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

Shades of Emerald #48D558

Tints of Emerald #48D558

Color information

#48D558 (or 0x48D558) is unknown color: approx Emerald. HEX triplet: 48, D5 and 58. RGB value is (72,213,88). Sum of RGB (Red+Green+Blue) = 72+213+88=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #48D558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D558 is #B72AA7. Grayscale: #9C9C9C. Windows color (decimal): -12004008 or 5821768. OLE color: 5821768.

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

Color convert

RGB7221388-
CMYK0.6600.590.16
HSL126.81º62.67%55.88%-
HSV(B)126.81º66.2%83.53%-
XYZ28.2349.6717.33-
YUV156.5989.2967.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 213 (83.59% from 255) = 57.10%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=19.30%
G=57.10%
B=23.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72213880.6600.590.16126.8162.6755.88
Hex48D5584203B107f3f38
Octal110325130102073201777770
Binary100100011010101101100010000100111011100001111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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