#48C16E

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

Shades of Emerald #48C16E

Tints of Emerald #48C16E

Color information

#48C16E (or 0x48C16E) is unknown color: approx Emerald. HEX triplet: 48, C1 and 6E. RGB value is (72,193,110). Sum of RGB (Red+Green+Blue) = 72+193+110=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #48C16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C16E is #B73E91. Grayscale: #939393. Windows color (decimal): -12009106 or 7258440. OLE color: 7258440.

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

Color convert

RGB72193110-
CMYK0.6300.430.24
HSL138.84º49.39%51.96%-
HSV(B)138.84º62.69%75.69%-
XYZ24.5640.6421.3-
YUV147.36106.9174.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=19.2%
G=51.47%
B=29.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721931100.6300.430.24138.8449.3951.96
Hex48C16E3F02B188b3134
Octal11030115677053302136164
Binary100100011000001110111011111101010111100010001011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,193,110); }

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

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

 a { background-color: rgb(72,193,110); }

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

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

 span { border-color: rgb(72,193,110); }

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