#48D856

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

Shades of Emerald #48D856

Tints of Emerald #48D856

Color information

#48D856 (or 0x48D856) is unknown color: approx Emerald. HEX triplet: 48, D8 and 56. RGB value is (72,216,86). Sum of RGB (Red+Green+Blue) = 72+216+86=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #48D856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D856 is #B727A9. Grayscale: #9E9E9E. Windows color (decimal): -12003242 or 5691464. OLE color: 5691464.

HSL color Cylindrical-coordinate representation of color #48D856: hue angle of 125.83º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D856 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB7221686-
CMYK0.6700.600.15
HSL125.83º64.86%56.47%-
HSV(B)125.83º66.67%84.71%-
XYZ28.9151.1617.16-
YUV158.1287.2966.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.25%
GREEN value IS 216 (84.77% from 255) = 57.75%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=19.25%
G=57.75%
B=22.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72216860.6700.600.15125.8364.8656.47
Hex48D8564303CF7e4138
Octal1103301261030741717610170
Binary100100011011000101011010000110111100111111111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,216,86); }

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

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

 a { background-color: rgb(72,216,86); }

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

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

 span { border-color: rgb(72,216,86); }

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