#54BD72

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

Shades of Emerald #54BD72

Tints of Emerald #54BD72

Color information

#54BD72 (or 0x54BD72) is unknown color: approx Emerald. HEX triplet: 54, BD and 72. RGB value is (84,189,114). Sum of RGB (Red+Green+Blue) = 84+189+114=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD72 is #AB428D. Grayscale: #959595. Windows color (decimal): -11223694 or 7519572. OLE color: 7519572.

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

Color convert

RGB84189114-
CMYK0.5600.400.26
HSL137.14º44.3%53.53%-
HSV(B)137.14º55.56%74.12%-
XYZ24.8939.4922.23-
YUV149.06108.2181.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 189 (74.22% from 255) = 48.84%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=21.71%
G=48.84%
B=29.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891140.5600.400.26137.1444.353.53
Hex54BD72380281A892c36
Octal12427516270050322115466
Binary101010010111101111001011100001010001101010001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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