#48BE5F

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

Shades of Emerald #48BE5F

Tints of Emerald #48BE5F

Color information

#48BE5F (or 0x48BE5F) is unknown color: approx Emerald. HEX triplet: 48, BE and 5F. RGB value is (72,190,95). Sum of RGB (Red+Green+Blue) = 72+190+95=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE5F is #B741A0. Grayscale: #909090. Windows color (decimal): -12009889 or 6274632. OLE color: 6274632.

HSL color Cylindrical-coordinate representation of color #48BE5F: hue angle of 131.69º 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 #48BE5F is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB7219095-
CMYK0.6200.50.25
HSL131.69º47.58%51.37%-
HSV(B)131.69º62.11%74.51%-
XYZ23.1539.0317.14-
YUV143.89100.4176.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 190 (74.61% from 255) = 53.22%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=20.17%
G=53.22%
B=26.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190950.6200.50.25131.6947.5851.37
Hex48BE5F3E03219843033
Octal11027613776062312046063
Binary100100010111110101111111111001100101100110000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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