#48E678

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

Shades of Emerald #48E678

Tints of Emerald #48E678

Color information

#48E678 (or 0x48E678) is unknown color: approx Emerald. HEX triplet: 48, E6 and 78. RGB value is (72,230,120). Sum of RGB (Red+Green+Blue) = 72+230+120=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #48E678 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E678 is #B71987. Grayscale: #AAAAAA. Windows color (decimal): -11999624 or 7923272. OLE color: 7923272.

HSL color Cylindrical-coordinate representation of color #48E678: hue angle of 138.23º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E678 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB72230120-
CMYK0.6900.480.10
HSL138.23º75.96%59.22%-
HSV(B)138.23º68.7%90.2%-
XYZ34.3659.3327.41-
YUV170.2299.6557.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.06%
GREEN value IS 230 (90.23% from 255) = 54.50%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=17.06%
G=54.50%
B=28.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301200.6900.480.10138.2375.9659.22
Hex48E67845030A8a4c3b
Octal1103461701050601221211473
Binary1001000111001101111000100010101100001010100010101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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