#48C65E

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

Shades of Emerald #48C65E

Tints of Emerald #48C65E

Color information

#48C65E (or 0x48C65E) is unknown color: approx Emerald. HEX triplet: 48, C6 and 5E. RGB value is (72,198,94). Sum of RGB (Red+Green+Blue) = 72+198+94=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #48C65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C65E is #B739A1. Grayscale: #949494. Windows color (decimal): -12007842 or 6211144. OLE color: 6211144.

HSL color Cylindrical-coordinate representation of color #48C65E: hue angle of 130.48º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C65E is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB7219894-
CMYK0.6400.530.22
HSL130.48º52.5%52.94%-
HSV(B)130.48º63.64%77.65%-
XYZ24.8942.5717.5-
YUV148.4797.2673.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 198 (77.73% from 255) = 54.40%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=19.78%
G=54.40%
B=25.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72198940.6400.530.22130.4852.552.94
Hex48C65E4003516823535
Octal110306136100065262026565
Binary1001000110001101011110100000001101011011010000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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