#48bd81

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

Shades of Emerald #48BD81

Tints of Emerald #48BD81

Color information

#48BD81 (or 0x48BD81) is unknown color: approx Emerald. HEX triplet: 48, BD and 81. RGB value is (72,189,129). Sum of RGB (Red+Green+Blue) = 72+189+129=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BD81 is #B7427E. Grayscale: #939393. Windows color (decimal): -12010111 or 8502600. OLE color: 8502600.

HSL color Cylindrical-coordinate representation of color #48BD81: hue angle of 149.23º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD81 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB72189129-
CMYK0.6200.320.26
HSL149.23º46.99%51.18%-
HSV(B)149.23º61.9%74.12%-
XYZ24.8339.3627.06-
YUV147.18117.7474.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=18.46%
G=48.46%
B=33.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721891290.6200.320.26149.2346.9951.18
Hex48BD813E0201A952f33
Octal11027520176040322255763
Binary1001000101111011000000111111001000001101010010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48bd81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,129); }

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

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

 a { background-color: rgb(72,189,129); }

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

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

 span { border-color: rgb(72,189,129); }

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