#48EF7B

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

Shades of Emerald #48EF7B

Tints of Emerald #48EF7B

Color information

#48EF7B (or 0x48EF7B) is unknown color: approx Emerald. HEX triplet: 48, EF and 7B. RGB value is (72,239,123). Sum of RGB (Red+Green+Blue) = 72+239+123=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EF7B is #B71084. Grayscale: #B0B0B0. Windows color (decimal): -11997317 or 8122184. OLE color: 8122184.

HSL color Cylindrical-coordinate representation of color #48EF7B: hue angle of 138.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EF7B is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB72239123-
CMYK0.7000.490.06
HSL138.32º83.92%60.98%-
HSV(B)138.32º69.87%93.73%-
XYZ37.1164.5429.24-
YUV175.8498.1753.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.59%
GREEN value IS 239 (93.75% from 255) = 55.07%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=16.59%
G=55.07%
B=28.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722391230.7000.490.06138.3283.9260.98
Hex48EF7B4603168a543d
Octal110357173106061621212475
Binary100100011101111111101110001100110001110100010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,239,123); }

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

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

 a { background-color: rgb(72,239,123); }

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

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

 span { border-color: rgb(72,239,123); }

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