#48d65e

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

Shades of Emerald #48D65E

Tints of Emerald #48D65E

Color information

#48D65E (or 0x48D65E) is unknown color: approx Emerald. HEX triplet: 48, D6 and 5E. RGB value is (72,214,94). Sum of RGB (Red+Green+Blue) = 72+214+94=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #48D65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D65E is #B729A1. Grayscale: #9E9E9E. Windows color (decimal): -12003746 or 6215240. OLE color: 6215240.

HSL color Cylindrical-coordinate representation of color #48D65E: hue angle of 129.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D65E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB7221494-
CMYK0.6600.560.16
HSL129.3º63.39%56.08%-
HSV(B)129.3º66.36%83.92%-
XYZ28.7450.2818.78-
YUV157.8691.9666.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 214 (83.98% from 255) = 56.32%
BLUE value IS 94 (37.11% from 255) = 24.74%
R=18.95%
G=56.32%
B=24.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal72214940.6600.560.16129.363.3956.08
Hex48D65E4203810813f38
Octal110326136102070202017770
Binary1001000110101101011110100001001110001000010000001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48d65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,214,94); }

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

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

 a { background-color: rgb(72,214,94); }

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

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

 span { border-color: rgb(72,214,94); }

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