#54B976

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

Shades of Emerald #54B976

Tints of Emerald #54B976

Color information

#54B976 (or 0x54B976) is unknown color: approx Emerald. HEX triplet: 54, B9 and 76. RGB value is (84,185,118). Sum of RGB (Red+Green+Blue) = 84+185+118=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #54B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B976 is #AB4689. Grayscale: #939393. Windows color (decimal): -11224714 or 7780692. OLE color: 7780692.

HSL color Cylindrical-coordinate representation of color #54B976: hue angle of 140.2º degrees, saturation: 0.42, 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 #54B976 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB84185118-
CMYK0.5500.360.27
HSL140.2º41.91%52.75%-
HSV(B)140.2º54.59%72.55%-
XYZ24.2837.8923.17-
YUV147.16111.5482.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=21.71%
G=47.80%
B=30.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851180.5500.360.27140.241.9152.75
Hex54B976370241B8c2a35
Octal12427116667044332145265
Binary101010010111001111011011011101001001101110001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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