#48EA76

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

Shades of Emerald #48EA76

Tints of Emerald #48EA76

Color information

#48EA76 (or 0x48EA76) is unknown color: approx Emerald. HEX triplet: 48, EA and 76. RGB value is (72,234,118). Sum of RGB (Red+Green+Blue) = 72+234+118=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA76 is #B71589. Grayscale: #ACACAC. Windows color (decimal): -11998602 or 7793224. OLE color: 7793224.

HSL color Cylindrical-coordinate representation of color #48EA76: hue angle of 137.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA76 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB72234118-
CMYK0.6900.500.08
HSL137.04º79.41%60%-
HSV(B)137.04º69.23%91.76%-
XYZ35.3761.5327.15-
YUV172.3497.3356.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.98%
GREEN value IS 234 (91.80% from 255) = 55.19%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=16.98%
G=55.19%
B=27.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722341180.6900.500.08137.0479.4160
Hex48EA76450328894f3c
Octal1103521661050621021111774
Binary1001000111010101110110100010101100101000100010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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