#54B980

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

Shades of Emerald #54B980

Tints of Emerald #54B980

Color information

#54B980 (or 0x54B980) is unknown color: approx Emerald. HEX triplet: 54, B9 and 80. RGB value is (84,185,128). Sum of RGB (Red+Green+Blue) = 84+185+128=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #54B980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B980 is #AB467F. Grayscale: #949494. Windows color (decimal): -11224704 or 8436052. OLE color: 8436052.

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

Color convert

RGB84185128-
CMYK0.5500.310.27
HSL146.14º41.91%52.75%-
HSV(B)146.14º54.59%72.55%-
XYZ24.938.1426.47-
YUV148.3116.5482.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=21.16%
G=46.60%
B=32.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851280.5500.310.27146.1441.9152.75
Hex54B9803701F1B922a35
Octal12427120067037332225265
Binary101010010111001100000001101110111111101110010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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