#48CE69

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

Shades of Emerald #48CE69

Tints of Emerald #48CE69

Color information

#48CE69 (or 0x48CE69) is unknown color: approx Emerald. HEX triplet: 48, CE and 69. RGB value is (72,206,105). Sum of RGB (Red+Green+Blue) = 72+206+105=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE69 is #B73196. Grayscale: #9A9A9A. Windows color (decimal): -12005783 or 6934088. OLE color: 6934088.

HSL color Cylindrical-coordinate representation of color #48CE69: hue angle of 134.78º 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 #48CE69 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB72206105-
CMYK0.6500.490.19
HSL134.78º57.76%54.51%-
HSV(B)134.78º65.05%80.78%-
XYZ27.2946.5420.91-
YUV154.42100.1169.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 206 (80.86% from 255) = 53.79%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=18.80%
G=53.79%
B=27.42%

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
Decimal722061050.6500.490.19134.7857.7654.51
Hex48CE694103113873a37
Octal110316151101061232077267
Binary1001000110011101101001100000101100011001110000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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