#54BD80

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

Shades of Emerald #54BD80

Tints of Emerald #54BD80

Color information

#54BD80 (or 0x54BD80) is unknown color: approx Emerald. HEX triplet: 54, BD and 80. RGB value is (84,189,128). Sum of RGB (Red+Green+Blue) = 84+189+128=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BD80 is #AB427F. Grayscale: #969696. Windows color (decimal): -11223680 or 8437076. OLE color: 8437076.

HSL color Cylindrical-coordinate representation of color #54BD80: hue angle of 145.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD80 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB84189128-
CMYK0.5600.320.26
HSL145.14º44.3%53.53%-
HSV(B)145.14º55.56%74.12%-
XYZ25.7539.8426.75-
YUV150.65115.2180.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=20.95%
G=47.13%
B=31.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891280.5600.320.26145.1444.353.53
Hex54BD80380201A912c36
Octal12427520070040322215466
Binary1010100101111011000000011100001000001101010010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,189,128); }

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

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

 a { background-color: rgb(84,189,128); }

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

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

 span { border-color: rgb(84,189,128); }

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