#48C76E

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

Shades of Emerald #48C76E

Tints of Emerald #48C76E

Color information

#48C76E (or 0x48C76E) is unknown color: approx Emerald. HEX triplet: 48, C7 and 6E. RGB value is (72,199,110). Sum of RGB (Red+Green+Blue) = 72+199+110=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #48C76E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C76E is #B73891. Grayscale: #979797. Windows color (decimal): -12007570 or 7259976. OLE color: 7259976.

HSL color Cylindrical-coordinate representation of color #48C76E: hue angle of 137.95º 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 #48C76E is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB72199110-
CMYK0.6400.450.22
HSL137.95º53.14%53.14%-
HSV(B)137.95º63.82%78.04%-
XYZ25.9143.3521.75-
YUV150.88104.9271.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 199 (78.12% from 255) = 52.23%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=18.90%
G=52.23%
B=28.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721991100.6400.450.22137.9553.1453.14
Hex48C76E4002D168a3535
Octal110307156100055262126565
Binary1001000110001111101110100000001011011011010001010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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