#48C56E

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

Shades of Emerald #48C56E

Tints of Emerald #48C56E

Color information

#48C56E (or 0x48C56E) is unknown color: approx Emerald. HEX triplet: 48, C5 and 6E. RGB value is (72,197,110). Sum of RGB (Red+Green+Blue) = 72+197+110=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #48C56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C56E is #B73A91. Grayscale: #959595. Windows color (decimal): -12008082 or 7259464. OLE color: 7259464.

HSL color Cylindrical-coordinate representation of color #48C56E: hue angle of 138.24º 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 #48C56E is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB72197110-
CMYK0.6300.440.23
HSL138.24º51.87%52.75%-
HSV(B)138.24º63.45%77.25%-
XYZ25.4542.4421.6-
YUV149.71105.5972.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 197 (77.34% from 255) = 51.98%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=19.00%
G=51.98%
B=29.02%

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
Decimal721971100.6300.440.23138.2451.8752.75
Hex48C56E3F02C178a3435
Octal11030515677054272126465
Binary100100011000101110111011111101011001011110001010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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