#48D77A

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

Shades of Emerald #48D77A

Tints of Emerald #48D77A

Color information

#48D77A (or 0x48D77A) is unknown color: approx Emerald. HEX triplet: 48, D7 and 7A. RGB value is (72,215,122). Sum of RGB (Red+Green+Blue) = 72+215+122=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #48D77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D77A is #B72885. Grayscale: #A1A1A1. Windows color (decimal): -12003462 or 8050504. OLE color: 8050504.

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

Color convert

RGB72215122-
CMYK0.6700.430.16
HSL140.98º64.13%56.27%-
HSV(B)140.98º66.51%84.31%-
XYZ30.4951.3826.72-
YUV161.64105.6264.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.60%
GREEN value IS 215 (84.38% from 255) = 52.57%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=17.60%
G=52.57%
B=29.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722151220.6700.430.16140.9864.1356.27
Hex48D77A4302B108d4038
Octal1103271721030532021510070
Binary10010001101011111110101000011010101110000100011011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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