#48D78D

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

Shades of Emerald #48D78D

Tints of Emerald #48D78D

Color information

#48D78D (or 0x48D78D) is unknown color: approx Emerald. HEX triplet: 48, D7 and 8D. RGB value is (72,215,141). Sum of RGB (Red+Green+Blue) = 72+215+141=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #48D78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D78D is #B72872. Grayscale: #A3A3A3. Windows color (decimal): -12003443 or 9295688. OLE color: 9295688.

HSL color Cylindrical-coordinate representation of color #48D78D: hue angle of 148.95º 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 #48D78D is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB72215141-
CMYK0.6700.340.16
HSL148.95º64.13%56.27%-
HSV(B)148.95º66.51%84.31%-
XYZ31.7851.933.54-
YUV163.81115.1262.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.82%
GREEN value IS 215 (84.38% from 255) = 50.23%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=16.82%
G=50.23%
B=32.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722151410.6700.340.16148.9564.1356.27
Hex48D78D4302210954038
Octal1103272151030422022510070
Binary100100011010111100011011000011010001010000100101011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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