#48C25C

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

Shades of Emerald #48C25C

Tints of Emerald #48C25C

Color information

#48C25C (or 0x48C25C) is unknown color: approx Emerald. HEX triplet: 48, C2 and 5C. RGB value is (72,194,92). Sum of RGB (Red+Green+Blue) = 72+194+92=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #48C25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C25C is #B73DA3. Grayscale: #929292. Windows color (decimal): -12008868 or 6079048. OLE color: 6079048.

HSL color Cylindrical-coordinate representation of color #48C25C: hue angle of 129.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C25C is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB7219492-
CMYK0.6300.530.24
HSL129.84º50%52.16%-
HSV(B)129.84º62.89%76.08%-
XYZ23.940.7316.73-
YUV145.8997.5875.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 194 (76.17% from 255) = 54.19%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=20.11%
G=54.19%
B=25.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72194920.6300.530.24129.845052.16
Hex48C25C3F03518823234
Octal11030213477065302026264
Binary100100011000010101110011111101101011100010000010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,194,92); }

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

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

 a { background-color: rgb(72,194,92); }

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

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

 span { border-color: rgb(72,194,92); }

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