#54BD65

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

Shades of Fern #54BD65

Tints of Fern #54BD65

Color information

#54BD65 (or 0x54BD65) is unknown color: approx Fern. HEX triplet: 54, BD and 65. RGB value is (84,189,101). Sum of RGB (Red+Green+Blue) = 84+189+101=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD65 is #AB429A. Grayscale: #939393. Windows color (decimal): -11223707 or 6667604. OLE color: 6667604.

HSL color Cylindrical-coordinate representation of color #54BD65: hue angle of 129.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 #54BD65 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB84189101-
CMYK0.5600.470.26
HSL129.71º44.3%53.53%-
HSV(B)129.71º55.56%74.12%-
XYZ24.239.2218.61-
YUV147.57101.7182.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 189 (74.22% from 255) = 50.53%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=22.46%
G=50.53%
B=27.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841891010.5600.470.26129.7144.353.53
Hex54BD653802F1A822c36
Octal12427514570057322025466
Binary101010010111101110010111100001011111101010000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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