#54BC68

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

Shades of Fern #54BC68

Tints of Fern #54BC68

Color information

#54BC68 (or 0x54BC68) is unknown color: approx Fern. HEX triplet: 54, BC and 68. RGB value is (84,188,104). Sum of RGB (Red+Green+Blue) = 84+188+104=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC68 is #AB4397. Grayscale: #939393. Windows color (decimal): -11223960 or 6863956. OLE color: 6863956.

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

Color convert

RGB84188104-
CMYK0.5500.450.26
HSL131.54º43.7%53.33%-
HSV(B)131.54º55.32%73.73%-
XYZ24.1438.8519.32-
YUV147.33103.5482.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=22.34%
G=50%
B=27.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841881040.5500.450.26131.5443.753.33
Hex54BC683702D1A842c35
Octal12427415067055322045465
Binary101010010111100110100011011101011011101010000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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