#48E68D

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

Shades of Emerald #48E68D

Tints of Emerald #48E68D

Color information

#48E68D (or 0x48E68D) is unknown color: approx Emerald. HEX triplet: 48, E6 and 8D. RGB value is (72,230,141). Sum of RGB (Red+Green+Blue) = 72+230+141=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #48E68D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E68D is #B71972. Grayscale: #ACACAC. Windows color (decimal): -11999603 or 9299528. OLE color: 9299528.

HSL color Cylindrical-coordinate representation of color #48E68D: hue angle of 146.2º degrees, saturation: 0.76, 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 #48E68D is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB72230141-
CMYK0.6900.390.10
HSL146.2º75.96%59.22%-
HSV(B)146.2º68.7%90.2%-
XYZ35.7859.8934.87-
YUV172.61110.1556.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.25%
GREEN value IS 230 (90.23% from 255) = 51.92%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=16.25%
G=51.92%
B=31.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301410.6900.390.10146.275.9659.22
Hex48E68D45027A924c3b
Octal1103462151050471222211473
Binary10010001110011010001101100010101001111010100100101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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