#54BF72

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

Shades of Emerald #54BF72

Tints of Emerald #54BF72

Color information

#54BF72 (or 0x54BF72) is unknown color: approx Emerald. HEX triplet: 54, BF and 72. RGB value is (84,191,114). Sum of RGB (Red+Green+Blue) = 84+191+114=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BF72 is #AB408D. Grayscale: #969696. Windows color (decimal): -11223182 or 7520084. OLE color: 7520084.

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

Color convert

RGB84191114-
CMYK0.5600.400.25
HSL136.82º45.53%53.92%-
HSV(B)136.82º56.02%74.9%-
XYZ25.3240.3622.38-
YUV150.23107.5580.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=21.59%
G=49.10%
B=29.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841911140.5600.400.25136.8245.5353.92
Hex54BF723802819892e36
Octal12427716270050312115666
Binary101010010111111111001011100001010001100110001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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