#54BC6B

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

Shades of Fern #54BC6B

Tints of Fern #54BC6B

Color information

#54BC6B (or 0x54BC6B) is unknown color: approx Fern. HEX triplet: 54, BC and 6B. RGB value is (84,188,107). Sum of RGB (Red+Green+Blue) = 84+188+107=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC6B is #AB4394. Grayscale: #939393. Windows color (decimal): -11223957 or 7060564. OLE color: 7060564.

HSL color Cylindrical-coordinate representation of color #54BC6B: hue angle of 133.27º 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 #54BC6B is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB84188107-
CMYK0.5500.430.26
HSL133.27º43.7%53.33%-
HSV(B)133.27º55.32%73.73%-
XYZ24.2938.9120.14-
YUV147.67105.0482.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 188 (73.83% from 255) = 49.60%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=22.16%
G=49.60%
B=28.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881070.5500.430.26133.2743.753.33
Hex54BC6B3702B1A852c35
Octal12427415367053322055465
Binary101010010111100110101111011101010111101010000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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