#48CD5E

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

Shades of Emerald #48CD5E

Tints of Emerald #48CD5E

Color information

#48CD5E (or 0x48CD5E) is unknown color: approx Emerald. HEX triplet: 48, CD and 5E. RGB value is (72,205,94). Sum of RGB (Red+Green+Blue) = 72+205+94=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CD5E is #B732A1. Grayscale: #989898. Windows color (decimal): -12006050 or 6212936. OLE color: 6212936.

HSL color Cylindrical-coordinate representation of color #48CD5E: hue angle of 129.92º degrees, saturation: 0.57, 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 #48CD5E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB7220594-
CMYK0.6500.540.20
HSL129.92º57.08%54.31%-
HSV(B)129.92º64.88%80.39%-
XYZ26.5245.8518.04-
YUV152.5894.9470.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 205 (80.47% from 255) = 55.26%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=19.41%
G=55.26%
B=25.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72205940.6500.540.20129.9257.0854.31
Hex48CD5E4103614823936
Octal110315136101066242027166
Binary1001000110011011011110100000101101101010010000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,94); }

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

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

 a { background-color: rgb(72,205,94); }

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

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

 span { border-color: rgb(72,205,94); }

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