#48F078

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

Shades of Emerald #48F078

Tints of Emerald #48F078

Color information

#48F078 (or 0x48F078) is unknown color: approx Emerald. HEX triplet: 48, F0 and 78. RGB value is (72,240,120). Sum of RGB (Red+Green+Blue) = 72+240+120=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #48F078 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F078 is #B70F87. Grayscale: #B0B0B0. Windows color (decimal): -11997064 or 7925832. OLE color: 7925832.

HSL color Cylindrical-coordinate representation of color #48F078: hue angle of 137.14º degrees, saturation: 0.85, 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 #48F078 is Cyan = 0.7, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB72240120-
CMYK0.700.50.06
HSL137.14º84.85%61.18%-
HSV(B)137.14º70%94.12%-
XYZ37.2265.0528.36-
YUV176.0996.3453.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.67%
GREEN value IS 240 (94.14% from 255) = 55.56%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=16.67%
G=55.56%
B=27.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722401200.700.50.06137.1484.8561.18
Hex48F07846032689553d
Octal110360170106062621112575
Binary100100011110000111100010001100110010110100010011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,240,120); }

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

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

 a { background-color: rgb(72,240,120); }

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

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

 span { border-color: rgb(72,240,120); }

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