#48C25E

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

Shades of Emerald #48C25E

Tints of Emerald #48C25E

Color information

#48C25E (or 0x48C25E) is unknown color: approx Emerald. HEX triplet: 48, C2 and 5E. RGB value is (72,194,94). Sum of RGB (Red+Green+Blue) = 72+194+94=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #48C25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C25E is #B73DA1. Grayscale: #929292. Windows color (decimal): -12008866 or 6210120. OLE color: 6210120.

HSL color Cylindrical-coordinate representation of color #48C25E: hue angle of 130.82º 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 #48C25E is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB7219494-
CMYK0.6300.520.24
HSL130.82º50%52.16%-
HSV(B)130.82º62.89%76.08%-
XYZ23.9840.7717.19-
YUV146.1298.5875.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 194 (76.17% from 255) = 53.89%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=20%
G=53.89%
B=26.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal72194940.6300.520.24130.825052.16
Hex48C25E3F03418833234
Octal11030213677064302036264
Binary100100011000010101111011111101101001100010000011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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