#54b96c

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

Shades of Fern #54B96C

Tints of Fern #54B96C

Color information

#54B96C (or 0x54B96C) is unknown color: approx Fern. HEX triplet: 54, B9 and 6C. RGB value is (84,185,108). Sum of RGB (Red+Green+Blue) = 84+185+108=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #54B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B96C is #AB4693. Grayscale: #929292. Windows color (decimal): -11224724 or 7125332. OLE color: 7125332.

HSL color Cylindrical-coordinate representation of color #54B96C: hue angle of 134.26º degrees, saturation: 0.42, 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 #54B96C is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB84185108-
CMYK0.5500.420.27
HSL134.26º41.91%52.75%-
HSV(B)134.26º54.59%72.55%-
XYZ23.7137.6720.21-
YUV146.02106.5483.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 185 (72.66% from 255) = 49.07%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=22.28%
G=49.07%
B=28.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851080.5500.420.27134.2641.9152.75
Hex54B96C3702A1B862a35
Octal12427115467052332065265
Binary101010010111001110110011011101010101101110000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b96c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,185,108); }

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

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

 a { background-color: rgb(84,185,108); }

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

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

 span { border-color: rgb(84,185,108); }

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