#48E58A

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

Shades of Emerald #48E58A

Tints of Emerald #48E58A

Color information

#48E58A (or 0x48E58A) is unknown color: approx Emerald. HEX triplet: 48, E5 and 8A. RGB value is (72,229,138). Sum of RGB (Red+Green+Blue) = 72+229+138=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #48E58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E58A is #B71A75. Grayscale: #ABABAB. Windows color (decimal): -11999862 or 9102664. OLE color: 9102664.

HSL color Cylindrical-coordinate representation of color #48E58A: hue angle of 145.22º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E58A is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB72229138-
CMYK0.6900.400.10
HSL145.22º75.12%59.02%-
HSV(B)145.22º68.56%89.8%-
XYZ35.2859.2533.62-
YUV171.68108.9956.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.40%
GREEN value IS 229 (89.84% from 255) = 52.16%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=16.40%
G=52.16%
B=31.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722291380.6900.400.10145.2275.1259.02
Hex48E58A45028A914b3b
Octal1103452121050501222111373
Binary10010001110010110001010100010101010001010100100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,229,138); }

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

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

 a { background-color: rgb(72,229,138); }

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

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

 span { border-color: rgb(72,229,138); }

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