#48C975

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

Shades of Emerald #48C975

Tints of Emerald #48C975

Color information

#48C975 (or 0x48C975) is unknown color: approx Emerald. HEX triplet: 48, C9 and 75. RGB value is (72,201,117). Sum of RGB (Red+Green+Blue) = 72+201+117=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #48C975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C975 is #B7368A. Grayscale: #999999. Windows color (decimal): -12007051 or 7719240. OLE color: 7719240.

HSL color Cylindrical-coordinate representation of color #48C975: hue angle of 140.93º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C975 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB72201117-
CMYK0.6400.420.21
HSL140.93º54.43%53.53%-
HSV(B)140.93º64.18%78.82%-
XYZ26.7744.4424-
YUV152.85107.7670.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 201 (78.91% from 255) = 51.54%
BLUE value IS 117 (46.09% from 255) = 30%
R=18.46%
G=51.54%
B=30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722011170.6400.420.21140.9354.4353.53
Hex48C9754002A158d3636
Octal110311165100052252156666
Binary1001000110010011110101100000001010101010110001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,117); }

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

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

 a { background-color: rgb(72,201,117); }

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

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

 span { border-color: rgb(72,201,117); }

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