#54BC5F

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

Shades of Fern #54BC5F

Tints of Fern #54BC5F

Color information

#54BC5F (or 0x54BC5F) is unknown color: approx Fern. HEX triplet: 54, BC and 5F. RGB value is (84,188,95). Sum of RGB (Red+Green+Blue) = 84+188+95=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC5F is #AB43A0. Grayscale: #929292. Windows color (decimal): -11223969 or 6274132. OLE color: 6274132.

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

Color convert

RGB8418895-
CMYK0.5500.490.26
HSL126.35º43.7%53.33%-
HSV(B)126.35º55.32%73.73%-
XYZ23.738.6817.04-
YUV146.399.0483.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 188 (73.83% from 255) = 51.23%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=22.89%
G=51.23%
B=25.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84188950.5500.490.26126.3543.753.33
Hex54BC5F370311A7e2c35
Octal12427413767061321765465
Binary10101001011110010111111101110110001110101111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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