#54B974

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

Shades of Emerald #54B974

Tints of Emerald #54B974

Color information

#54B974 (or 0x54B974) is unknown color: approx Emerald. HEX triplet: 54, B9 and 74. RGB value is (84,185,116). Sum of RGB (Red+Green+Blue) = 84+185+116=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #54B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B974 is #AB468B. Grayscale: #939393. Windows color (decimal): -11224716 or 7649620. OLE color: 7649620.

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

Color convert

RGB84185116-
CMYK0.5500.370.27
HSL139.01º41.91%52.75%-
HSV(B)139.01º54.59%72.55%-
XYZ24.1637.8422.55-
YUV146.94110.5483.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=21.82%
G=48.05%
B=30.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851160.5500.370.27139.0141.9152.75
Hex54B974370251B8b2a35
Octal12427116467045332135265
Binary101010010111001111010011011101001011101110001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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