#48D75D

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

Shades of Emerald #48D75D

Tints of Emerald #48D75D

Color information

#48D75D (or 0x48D75D) is unknown color: approx Emerald. HEX triplet: 48, D7 and 5D. RGB value is (72,215,93). Sum of RGB (Red+Green+Blue) = 72+215+93=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #48D75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D75D is #B728A2. Grayscale: #9E9E9E. Windows color (decimal): -12003491 or 6149960. OLE color: 6149960.

HSL color Cylindrical-coordinate representation of color #48D75D: hue angle of 128.81º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D75D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB7221593-
CMYK0.6700.570.16
HSL128.81º64.13%56.27%-
HSV(B)128.81º66.51%84.31%-
XYZ28.9550.7718.63-
YUV158.3491.1266.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 215 (84.38% from 255) = 56.58%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=18.95%
G=56.58%
B=24.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72215930.6700.570.16128.8164.1356.27
Hex48D75D4303910814038
Octal1103271351030712020110070
Binary10010001101011110111011000011011100110000100000011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,215,93); }

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

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

 a { background-color: rgb(72,215,93); }

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

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

 span { border-color: rgb(72,215,93); }

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