#48D98A

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

Shades of Emerald #48D98A

Tints of Emerald #48D98A

Color information

#48D98A (or 0x48D98A) is unknown color: approx Emerald. HEX triplet: 48, D9 and 8A. RGB value is (72,217,138). Sum of RGB (Red+Green+Blue) = 72+217+138=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #48D98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D98A is #B72675. Grayscale: #A4A4A4. Windows color (decimal): -12002934 or 9099592. OLE color: 9099592.

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

Color convert

RGB72217138-
CMYK0.6700.360.15
HSL147.31º65.61%56.67%-
HSV(B)147.31º66.82%85.1%-
XYZ32.0752.8432.55-
YUV164.64112.9661.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.86%
GREEN value IS 217 (85.16% from 255) = 50.82%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=16.86%
G=50.82%
B=32.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722171380.6700.360.15147.3165.6156.67
Hex48D98A43024F934239
Octal1103312121030441722310271
Binary10010001101100110001010100001101001001111100100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,217,138); }

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

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

 a { background-color: rgb(72,217,138); }

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

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

 span { border-color: rgb(72,217,138); }

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