#48ED80

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

Shades of Emerald #48ED80

Tints of Emerald #48ED80

Color information

#48ED80 (or 0x48ED80) is unknown color: approx Emerald. HEX triplet: 48, ED and 80. RGB value is (72,237,128). Sum of RGB (Red+Green+Blue) = 72+237+128=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ED80 is #B7127F. Grayscale: #AFAFAF. Windows color (decimal): -11997824 or 8449352. OLE color: 8449352.

HSL color Cylindrical-coordinate representation of color #48ED80: hue angle of 140.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ED80 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB72237128-
CMYK0.7000.460.07
HSL140.36º82.09%60.59%-
HSV(B)140.36º69.62%92.94%-
XYZ36.8563.530.74-
YUV175.24101.3454.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.48%
GREEN value IS 237 (92.97% from 255) = 54.23%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=16.48%
G=54.23%
B=29.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722371280.7000.460.07140.3682.0960.59
Hex48ED804602E78c523d
Octal110355200106056721412275
Binary1001000111011011000000010001100101110111100011001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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