#54D585

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

Shades of Emerald #54D585

Tints of Emerald #54D585

Color information

#54D585 (or 0x54D585) is unknown color: approx Emerald. HEX triplet: 54, D5 and 85. RGB value is (84,213,133). Sum of RGB (Red+Green+Blue) = 84+213+133=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #54D585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D585 is #AB2A7A. Grayscale: #A5A5A5. Windows color (decimal): -11217531 or 8770900. OLE color: 8770900.

HSL color Cylindrical-coordinate representation of color #54D585: hue angle of 142.79º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D585 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB84213133-
CMYK0.6100.380.16
HSL142.79º60.56%58.24%-
HSV(B)142.79º60.56%83.53%-
XYZ31.6851.1730.4-
YUV165.31109.7670-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 213 (83.59% from 255) = 49.53%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=19.53%
G=49.53%
B=30.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842131330.6100.380.16142.7960.5658.24
Hex54D5853D026108f3d3a
Octal12432520575046202177572
Binary1010100110101011000010111110101001101000010001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,213,133); }

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

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

 a { background-color: rgb(84,213,133); }

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

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

 span { border-color: rgb(84,213,133); }

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