#54B45F

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

Shades of Fern #54B45F

Tints of Fern #54B45F

Color information

#54B45F (or 0x54B45F) is unknown color: approx Fern. HEX triplet: 54, B4 and 5F. RGB value is (84,180,95). Sum of RGB (Red+Green+Blue) = 84+180+95=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #54B45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B45F is #AB4BA0. Grayscale: #8D8D8D. Windows color (decimal): -11226017 or 6272084. OLE color: 6272084.

HSL color Cylindrical-coordinate representation of color #54B45F: hue angle of 126.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B45F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB8418095-
CMYK0.5300.470.29
HSL126.88º39.02%51.76%-
HSV(B)126.88º53.33%70.59%-
XYZ22.0435.3516.49-
YUV141.61101.786.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 180 (70.70% from 255) = 50.14%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=23.40%
G=50.14%
B=26.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84180950.5300.470.29126.8839.0251.76
Hex54B45F3502F1D7f2734
Octal12426413765057351774764
Binary10101001011010010111111101010101111111011111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,180,95); }

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

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

 a { background-color: rgb(84,180,95); }

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

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

 span { border-color: rgb(84,180,95); }

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