#48D56D

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

Shades of Emerald #48D56D

Tints of Emerald #48D56D

Color information

#48D56D (or 0x48D56D) is unknown color: approx Emerald. HEX triplet: 48, D5 and 6D. RGB value is (72,213,109). Sum of RGB (Red+Green+Blue) = 72+213+109=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 213 (83.59% from 255 or 54.06% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 213 - color contains mainly: green. Hex color #48D56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D56D is #B72A92. Grayscale: #9F9F9F. Windows color (decimal): -12003987 or 7198024. OLE color: 7198024.

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

Color convert

RGB72213109-
CMYK0.6600.490.16
HSL135.74º62.67%55.88%-
HSV(B)135.74º66.2%83.53%-
XYZ29.2350.0722.59-
YUV158.9899.7965.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 213 (83.59% from 255) = 54.06%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=18.27%
G=54.06%
B=27.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722131090.6600.490.16135.7462.6755.88
Hex48D56D4203110883f38
Octal110325155102061202107770
Binary1001000110101011101101100001001100011000010001000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,213,109); }

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

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

 a { background-color: rgb(72,213,109); }

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

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

 span { border-color: rgb(72,213,109); }

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