#48DA8D

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

Shades of Emerald #48DA8D

Tints of Emerald #48DA8D

Color information

#48DA8D (or 0x48DA8D) is unknown color: approx Emerald. HEX triplet: 48, DA and 8D. RGB value is (72,218,141). Sum of RGB (Red+Green+Blue) = 72+218+141=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA8D is #B72572. Grayscale: #A5A5A5. Windows color (decimal): -12002675 or 9296456. OLE color: 9296456.

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

Color convert

RGB72218141-
CMYK0.6700.350.15
HSL148.36º66.36%56.86%-
HSV(B)148.36º66.97%85.49%-
XYZ32.5553.4433.8-
YUV165.57114.1361.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.71%
GREEN value IS 218 (85.55% from 255) = 50.58%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=16.71%
G=50.58%
B=32.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722181410.6700.350.15148.3666.3656.86
Hex48DA8D43023F944239
Octal1103322151030431722410271
Binary10010001101101010001101100001101000111111100101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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