#48BE73

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

Shades of Emerald #48BE73

Tints of Emerald #48BE73

Color information

#48BE73 (or 0x48BE73) is unknown color: approx Emerald. HEX triplet: 48, BE and 73. RGB value is (72,190,115). Sum of RGB (Red+Green+Blue) = 72+190+115=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE73 is #B7418C. Grayscale: #929292. Windows color (decimal): -12009869 or 7585352. OLE color: 7585352.

HSL color Cylindrical-coordinate representation of color #48BE73: hue angle of 141.86º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE73 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB72190115-
CMYK0.6200.390.25
HSL141.86º47.58%51.37%-
HSV(B)141.86º62.11%74.51%-
XYZ24.1839.4422.56-
YUV146.17110.4175.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 190 (74.61% from 255) = 50.40%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=19.10%
G=50.40%
B=30.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901150.6200.390.25141.8647.5851.37
Hex48BE733E027198e3033
Octal11027616376047312166063
Binary100100010111110111001111111001001111100110001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,115); }

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

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

 a { background-color: rgb(72,190,115); }

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

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

 span { border-color: rgb(72,190,115); }

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