#54D086

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

Shades of Emerald #54D086

Tints of Emerald #54D086

Color information

#54D086 (or 0x54D086) is unknown color: approx Emerald. HEX triplet: 54, D0 and 86. RGB value is (84,208,134). Sum of RGB (Red+Green+Blue) = 84+208+134=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #54D086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D086 is #AB2F79. Grayscale: #A2A2A2. Windows color (decimal): -11218810 or 8835156. OLE color: 8835156.

HSL color Cylindrical-coordinate representation of color #54D086: hue angle of 144.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D086 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB84208134-
CMYK0.6000.360.18
HSL144.19º56.88%57.25%-
HSV(B)144.19º59.62%81.57%-
XYZ30.5248.7230.35-
YUV162.49111.9272.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 208 (81.64% from 255) = 48.83%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=19.72%
G=48.83%
B=31.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal842081340.6000.360.18144.1956.8857.25
Hex54D0863C02412903939
Octal12432020674044222207171
Binary1010100110100001000011011110001001001001010010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,208,134); }

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

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

 a { background-color: rgb(84,208,134); }

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

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

 span { border-color: rgb(84,208,134); }

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