#54BA73

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

Shades of Emerald #54BA73

Tints of Emerald #54BA73

Color information

#54BA73 (or 0x54BA73) is unknown color: approx Emerald. HEX triplet: 54, BA and 73. RGB value is (84,186,115). Sum of RGB (Red+Green+Blue) = 84+186+115=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA73 is #AB458C. Grayscale: #939393. Windows color (decimal): -11224461 or 7584340. OLE color: 7584340.

HSL color Cylindrical-coordinate representation of color #54BA73: hue angle of 138.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA73 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB84186115-
CMYK0.5500.380.27
HSL138.24º42.5%52.94%-
HSV(B)138.24º54.84%72.94%-
XYZ24.3138.2422.32-
YUV147.41109.7182.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=21.82%
G=48.31%
B=29.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841861150.5500.380.27138.2442.552.94
Hex54BA73370261B8a2a35
Octal12427216367046332125265
Binary101010010111010111001111011101001101101110001010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54BA73; }

 p { color: rgb(84,186,115); }

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

<style>
 a { background-color: #54BA73; }

 a { background-color: rgb(84,186,115); }

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

<style>
 span { border-color: #54BA73; }

 span { border-color: rgb(84,186,115); }

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