#54BC6D

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

Shades of Emerald #54BC6D

Tints of Emerald #54BC6D

Color information

#54BC6D (or 0x54BC6D) is unknown color: approx Emerald. HEX triplet: 54, BC and 6D. RGB value is (84,188,109). Sum of RGB (Red+Green+Blue) = 84+188+109=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC6D is #AB4392. Grayscale: #949494. Windows color (decimal): -11223955 or 7191636. OLE color: 7191636.

HSL color Cylindrical-coordinate representation of color #54BC6D: hue angle of 134.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC6D is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB84188109-
CMYK0.5500.420.26
HSL134.42º43.7%53.33%-
HSV(B)134.42º55.32%73.73%-
XYZ24.438.9620.7-
YUV147.9106.0482.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=22.05%
G=49.34%
B=28.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881090.5500.420.26134.4243.753.33
Hex54BC6D3702A1A862c35
Octal12427415567052322065465
Binary101010010111100110110111011101010101101010000110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,188,109); }

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

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

 a { background-color: rgb(84,188,109); }

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

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

 span { border-color: rgb(84,188,109); }

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