#54BF80

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

Shades of Emerald #54BF80

Tints of Emerald #54BF80

Color information

#54BF80 (or 0x54BF80) is unknown color: approx Emerald. HEX triplet: 54, BF and 80. RGB value is (84,191,128). Sum of RGB (Red+Green+Blue) = 84+191+128=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BF80 is #AB407F. Grayscale: #979797. Windows color (decimal): -11223168 or 8437588. OLE color: 8437588.

HSL color Cylindrical-coordinate representation of color #54BF80: hue angle of 144.67º 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 #54BF80 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB84191128-
CMYK0.5600.330.25
HSL144.67º45.53%53.92%-
HSV(B)144.67º56.02%74.9%-
XYZ26.1840.726.9-
YUV151.83114.5579.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=20.84%
G=47.39%
B=31.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841911280.5600.330.25144.6745.5353.92
Hex54BF803802119912e36
Octal12427720070041312215666
Binary1010100101111111000000011100001000011100110010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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