#48C56F

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

Shades of Emerald #48C56F

Tints of Emerald #48C56F

Color information

#48C56F (or 0x48C56F) is unknown color: approx Emerald. HEX triplet: 48, C5 and 6F. RGB value is (72,197,111). Sum of RGB (Red+Green+Blue) = 72+197+111=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #48C56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C56F is #B73A90. Grayscale: #969696. Windows color (decimal): -12008081 or 7325000. OLE color: 7325000.

HSL color Cylindrical-coordinate representation of color #48C56F: hue angle of 138.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C56F is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB72197111-
CMYK0.6300.440.23
HSL138.72º51.87%52.75%-
HSV(B)138.72º63.45%77.25%-
XYZ25.5142.4621.89-
YUV149.82106.0972.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 197 (77.34% from 255) = 51.84%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=18.95%
G=51.84%
B=29.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721971110.6300.440.23138.7251.8752.75
Hex48C56F3F02C178b3435
Octal11030515777054272136465
Binary100100011000101110111111111101011001011110001011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,197,111); }

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

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

 a { background-color: rgb(72,197,111); }

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

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

 span { border-color: rgb(72,197,111); }

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