#54DD85

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

Shades of Emerald #54DD85

Tints of Emerald #54DD85

Color information

#54DD85 (or 0x54DD85) is unknown color: approx Emerald. HEX triplet: 54, DD and 85. RGB value is (84,221,133). Sum of RGB (Red+Green+Blue) = 84+221+133=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DD85 is #AB227A. Grayscale: #AAAAAA. Windows color (decimal): -11215483 or 8772948. OLE color: 8772948.

HSL color Cylindrical-coordinate representation of color #54DD85: hue angle of 141.46º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DD85 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB84221133-
CMYK0.6200.400.13
HSL141.46º66.83%59.8%-
HSV(B)141.46º61.99%86.67%-
XYZ33.7555.2931.08-
YUV170.01107.1166.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.18%
GREEN value IS 221 (86.72% from 255) = 50.46%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=19.18%
G=50.46%
B=30.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842211330.6200.400.13141.4666.8359.8
Hex54DD853E028D8d433c
Octal124335205760501521510374
Binary1010100110111011000010111111001010001101100011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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