#54BD76

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

Shades of Emerald #54BD76

Tints of Emerald #54BD76

Color information

#54BD76 (or 0x54BD76) is unknown color: approx Emerald. HEX triplet: 54, BD and 76. RGB value is (84,189,118). Sum of RGB (Red+Green+Blue) = 84+189+118=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD76 is #AB4289. Grayscale: #959595. Windows color (decimal): -11223690 or 7781716. OLE color: 7781716.

HSL color Cylindrical-coordinate representation of color #54BD76: hue angle of 139.43º 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 #54BD76 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB84189118-
CMYK0.5600.380.26
HSL139.43º44.3%53.53%-
HSV(B)139.43º55.56%74.12%-
XYZ25.1239.5923.46-
YUV149.51110.2181.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=21.48%
G=48.34%
B=30.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891180.5600.380.26139.4344.353.53
Hex54BD76380261A8b2c36
Octal12427516670046322135466
Binary101010010111101111011011100001001101101010001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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