#48F988

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

Shades of Emerald #48F988

Tints of Emerald #48F988

Color information

#48F988 (or 0x48F988) is unknown color: approx Emerald. HEX triplet: 48, F9 and 88. RGB value is (72,249,136). Sum of RGB (Red+Green+Blue) = 72+249+136=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #48F988 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F988 is #B70677. Grayscale: #B7B7B7. Windows color (decimal): -11994744 or 8976712. OLE color: 8976712.

HSL color Cylindrical-coordinate representation of color #48F988: hue angle of 141.69º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F988 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB72249136-
CMYK0.7100.450.02
HSL141.69º93.65%62.94%-
HSV(B)141.69º71.08%97.65%-
XYZ40.9970.9134.82-
YUV183.19101.3648.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.75%
GREEN value IS 249 (97.66% from 255) = 54.49%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=15.75%
G=54.49%
B=29.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722491360.7100.450.02141.6993.6562.94
Hex48F9884702D28e5e3f
Octal110371210107055221613677
Binary100100011111001100010001000111010110110100011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,249,136); }

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

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

 a { background-color: rgb(72,249,136); }

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

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

 span { border-color: rgb(72,249,136); }

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