#54BD6C

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

Shades of Emerald #54BD6C

Tints of Emerald #54BD6C

Color information

#54BD6C (or 0x54BD6C) is unknown color: approx Emerald. HEX triplet: 54, BD and 6C. RGB value is (84,189,108). Sum of RGB (Red+Green+Blue) = 84+189+108=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD6C is #AB4293. Grayscale: #949494. Windows color (decimal): -11223700 or 7126356. OLE color: 7126356.

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

Color convert

RGB84189108-
CMYK0.5600.430.26
HSL133.71º44.3%53.53%-
HSV(B)133.71º55.56%74.12%-
XYZ24.5639.3620.49-
YUV148.37105.2182.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 189 (74.22% from 255) = 49.61%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=22.05%
G=49.61%
B=28.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891080.5600.430.26133.7144.353.53
Hex54BD6C3802B1A862c36
Octal12427515470053322065466
Binary101010010111101110110011100001010111101010000110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,189,108); }

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

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

 a { background-color: rgb(84,189,108); }

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

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

 span { border-color: rgb(84,189,108); }

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