#48F58D

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

Shades of Emerald #48F58D

Tints of Emerald #48F58D

Color information

#48F58D (or 0x48F58D) is unknown color: approx Emerald. HEX triplet: 48, F5 and 8D. RGB value is (72,245,141). Sum of RGB (Red+Green+Blue) = 72+245+141=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #48F58D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F58D is #B70A72. Grayscale: #B5B5B5. Windows color (decimal): -11995763 or 9303368. OLE color: 9303368.

HSL color Cylindrical-coordinate representation of color #48F58D: hue angle of 143.93º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F58D is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB72245141-
CMYK0.7100.420.04
HSL143.93º89.64%62.16%-
HSV(B)143.93º70.61%96.08%-
XYZ40.1368.6136.33-
YUV181.42105.1949.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.72%
GREEN value IS 245 (96.09% from 255) = 53.49%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=15.72%
G=53.49%
B=30.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722451410.7100.420.04143.9389.6462.16
Hex48F58D4702A4905a3e
Octal110365215107052422013276
Binary1001000111101011000110110001110101010100100100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,245,141); }

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

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

 a { background-color: rgb(72,245,141); }

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

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

 span { border-color: rgb(72,245,141); }

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