#54BF84

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

Shades of Emerald #54BF84

Tints of Emerald #54BF84

Color information

#54BF84 (or 0x54BF84) is unknown color: approx Emerald. HEX triplet: 54, BF and 84. RGB value is (84,191,132). Sum of RGB (Red+Green+Blue) = 84+191+132=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BF84 is #AB407B. Grayscale: #989898. Windows color (decimal): -11223164 or 8699732. OLE color: 8699732.

HSL color Cylindrical-coordinate representation of color #54BF84: hue angle of 146.92º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BF84 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB84191132-
CMYK0.5600.310.25
HSL146.92º45.53%53.92%-
HSV(B)146.92º56.02%74.9%-
XYZ26.4540.8128.31-
YUV152.28116.5579.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.64%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=20.64%
G=46.93%
B=32.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841911320.5600.310.25146.9245.5353.92
Hex54BF843801F19932e36
Octal12427720470037312235666
Binary101010010111111100001001110000111111100110010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,191,132); }

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

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

 a { background-color: rgb(84,191,132); }

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

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

 span { border-color: rgb(84,191,132); }

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