#54BA65

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

Shades of Fern #54BA65

Tints of Fern #54BA65

Color information

#54BA65 (or 0x54BA65) is unknown color: approx Fern. HEX triplet: 54, BA and 65. RGB value is (84,186,101). Sum of RGB (Red+Green+Blue) = 84+186+101=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA65 is #AB459A. Grayscale: #929292. Windows color (decimal): -11224475 or 6666836. OLE color: 6666836.

HSL color Cylindrical-coordinate representation of color #54BA65: hue angle of 130º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA65 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB84186101-
CMYK0.5500.460.27
HSL130º42.5%52.94%-
HSV(B)130º54.84%72.94%-
XYZ23.5637.9418.39-
YUV145.81102.7183.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 186 (73.05% from 255) = 50.13%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=22.64%
G=50.13%
B=27.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841861010.5500.460.2713042.552.94
Hex54BA653702E1B822a35
Octal12427214567056332025265
Binary101010010111010110010111011101011101101110000010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,186,101); }

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

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

 a { background-color: rgb(84,186,101); }

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

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

 span { border-color: rgb(84,186,101); }

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