#48CE6A

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

Shades of Emerald #48CE6A

Tints of Emerald #48CE6A

Color information

#48CE6A (or 0x48CE6A) is unknown color: approx Emerald. HEX triplet: 48, CE and 6A. RGB value is (72,206,106). Sum of RGB (Red+Green+Blue) = 72+206+106=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE6A is #B73195. Grayscale: #9A9A9A. Windows color (decimal): -12005782 or 6999624. OLE color: 6999624.

HSL color Cylindrical-coordinate representation of color #48CE6A: hue angle of 135.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE6A is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB72206106-
CMYK0.6500.490.19
HSL135.22º57.76%54.51%-
HSV(B)135.22º65.05%80.78%-
XYZ27.3546.5621.18-
YUV154.53100.6169.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 206 (80.86% from 255) = 53.65%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=18.75%
G=53.65%
B=27.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal722061060.6500.490.19135.2257.7654.51
Hex48CE6A4103113873a37
Octal110316152101061232077267
Binary1001000110011101101010100000101100011001110000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,106); }

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

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

 a { background-color: rgb(72,206,106); }

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

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

 span { border-color: rgb(72,206,106); }

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