#48C286

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

Shades of Emerald #48C286

Tints of Emerald #48C286

Color information

#48C286 (or 0x48C286) is unknown color: approx Emerald. HEX triplet: 48, C2 and 86. RGB value is (72,194,134). Sum of RGB (Red+Green+Blue) = 72+194+134=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #48C286 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C286 is #B73D79. Grayscale: #969696. Windows color (decimal): -12008826 or 8831560. OLE color: 8831560.

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

Color convert

RGB72194134-
CMYK0.6300.310.24
HSL150.49º50%52.16%-
HSV(B)150.49º62.89%76.08%-
XYZ26.2741.6829.22-
YUV150.68118.5871.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 194 (76.17% from 255) = 48.5%
BLUE value IS 134 (52.73% from 255) = 33.5%
R=18%
G=48.5%
B=33.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal721941340.6300.310.24150.495052.16
Hex48C2863F01F18963234
Octal11030220677037302266264
Binary100100011000010100001101111110111111100010010110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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