#48CC76

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

Shades of Emerald #48CC76

Tints of Emerald #48CC76

Color information

#48CC76 (or 0x48CC76) is unknown color: approx Emerald. HEX triplet: 48, CC and 76. RGB value is (72,204,118). Sum of RGB (Red+Green+Blue) = 72+204+118=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC76 is #B73389. Grayscale: #9A9A9A. Windows color (decimal): -12006282 or 7785544. OLE color: 7785544.

HSL color Cylindrical-coordinate representation of color #48CC76: hue angle of 140.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC76 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB72204118-
CMYK0.6500.420.2
HSL140.91º56.41%54.12%-
HSV(B)140.91º64.71%80%-
XYZ27.5445.8724.54-
YUV154.73107.2768.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 204 (80.08% from 255) = 51.78%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=18.27%
G=51.78%
B=29.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal722041180.6500.420.2140.9156.4154.12
Hex48CC764102A148d3836
Octal110314166101052242157066
Binary1001000110011001110110100000101010101010010001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,118); }

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

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

 a { background-color: rgb(72,204,118); }

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

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

 span { border-color: rgb(72,204,118); }

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