#48EB73

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

Shades of Emerald #48EB73

Tints of Emerald #48EB73

Color information

#48EB73 (or 0x48EB73) is unknown color: approx Emerald. HEX triplet: 48, EB and 73. RGB value is (72,235,115). Sum of RGB (Red+Green+Blue) = 72+235+115=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #48EB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EB73 is #B7148C. Grayscale: #ACACAC. Windows color (decimal): -11998349 or 7596872. OLE color: 7596872.

HSL color Cylindrical-coordinate representation of color #48EB73: hue angle of 135.83º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EB73 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB72235115-
CMYK0.6900.510.08
HSL135.83º80.3%60.2%-
HSV(B)135.83º69.36%92.16%-
XYZ35.4862.0326.32-
YUV172.5895.556.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.06%
GREEN value IS 235 (92.19% from 255) = 55.69%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=17.06%
G=55.69%
B=27.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722351150.6900.510.08135.8380.360.2
Hex48EB7345033888503c
Octal1103531631050631021012074
Binary1001000111010111110011100010101100111000100010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,235,115); }

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

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

 a { background-color: rgb(72,235,115); }

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

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

 span { border-color: rgb(72,235,115); }

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