#48C780

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

Shades of Emerald #48C780

Tints of Emerald #48C780

Color information

#48C780 (or 0x48C780) is unknown color: approx Emerald. HEX triplet: 48, C7 and 80. RGB value is (72,199,128). Sum of RGB (Red+Green+Blue) = 72+199+128=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #48C780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C780 is #B7387F. Grayscale: #999999. Windows color (decimal): -12007552 or 8439624. OLE color: 8439624.

HSL color Cylindrical-coordinate representation of color #48C780: hue angle of 146.46º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C780 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB72199128-
CMYK0.6400.360.22
HSL146.46º53.14%53.14%-
HSV(B)146.46º63.82%78.04%-
XYZ26.9943.7827.45-
YUV152.93113.9270.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 199 (78.12% from 255) = 49.87%
BLUE value IS 128 (50.39% from 255) = 32.08%
R=18.05%
G=49.87%
B=32.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721991280.6400.360.22146.4653.1453.14
Hex48C7804002416923535
Octal110307200100044262226565
Binary10010001100011110000000100000001001001011010010010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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