#48e580

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

Shades of Emerald #48E580

Tints of Emerald #48E580

Color information

#48E580 (or 0x48E580) is unknown color: approx Emerald. HEX triplet: 48, E5 and 80. RGB value is (72,229,128). Sum of RGB (Red+Green+Blue) = 72+229+128=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #48E580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E580 is #B71A7F. Grayscale: #AAAAAA. Windows color (decimal): -11999872 or 8447304. OLE color: 8447304.

HSL color Cylindrical-coordinate representation of color #48E580: hue angle of 141.4º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E580 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB72229128-
CMYK0.6900.440.10
HSL141.4º75.12%59.02%-
HSV(B)141.4º68.56%89.8%-
XYZ34.5958.9729.98-
YUV170.54103.9957.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 229 (89.84% from 255) = 53.38%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=16.78%
G=53.38%
B=29.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722291280.6900.440.10141.475.1259.02
Hex48E5804502CA8d4b3b
Octal1103452001050541221511373
Binary10010001110010110000000100010101011001010100011011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,229,128); }

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

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

 a { background-color: rgb(72,229,128); }

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

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

 span { border-color: rgb(72,229,128); }

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