#48D559

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

Shades of Emerald #48D559

Tints of Emerald #48D559

Color information

#48D559 (or 0x48D559) is unknown color: approx Emerald. HEX triplet: 48, D5 and 59. RGB value is (72,213,89). Sum of RGB (Red+Green+Blue) = 72+213+89=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #48D559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D559 is #B72AA6. Grayscale: #9D9D9D. Windows color (decimal): -12004007 or 5887304. OLE color: 5887304.

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

Color convert

RGB7221389-
CMYK0.6600.580.16
HSL127.23º62.67%55.88%-
HSV(B)127.23º66.2%83.53%-
XYZ28.2749.6917.55-
YUV156.789.7967.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 213 (83.59% from 255) = 56.95%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=19.25%
G=56.95%
B=23.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72213890.6600.580.16127.2362.6755.88
Hex48D5594203A107f3f38
Octal110325131102072201777770
Binary100100011010101101100110000100111010100001111111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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