#48F378

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

Shades of Emerald #48F378

Tints of Emerald #48F378

Color information

#48F378 (or 0x48F378) is unknown color: approx Emerald. HEX triplet: 48, F3 and 78. RGB value is (72,243,120). Sum of RGB (Red+Green+Blue) = 72+243+120=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #48F378 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F378 is #B70C87. Grayscale: #B2B2B2. Windows color (decimal): -11996296 or 7926600. OLE color: 7926600.

HSL color Cylindrical-coordinate representation of color #48F378: hue angle of 136.84º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F378 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB72243120-
CMYK0.7000.510.05
HSL136.84º87.69%61.76%-
HSV(B)136.84º70.37%95.29%-
XYZ38.1166.8328.66-
YUV177.8595.3552.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.55%
GREEN value IS 243 (95.31% from 255) = 55.86%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=16.55%
G=55.86%
B=27.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal722431200.7000.510.05136.8487.6961.76
Hex48F37846033589583e
Octal110363170106063521113076
Binary100100011110011111100010001100110011101100010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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