#54B96D

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

Shades of Fern #54B96D

Tints of Fern #54B96D

Color information

#54B96D (or 0x54B96D) is unknown color: approx Fern. HEX triplet: 54, B9 and 6D. RGB value is (84,185,109). Sum of RGB (Red+Green+Blue) = 84+185+109=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #54B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B96D is #AB4692. Grayscale: #929292. Windows color (decimal): -11224723 or 7190868. OLE color: 7190868.

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

Color convert

RGB84185109-
CMYK0.5500.410.27
HSL134.85º41.91%52.75%-
HSV(B)134.85º54.59%72.55%-
XYZ23.7737.6920.49-
YUV146.14107.0483.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 185 (72.66% from 255) = 48.94%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=22.22%
G=48.94%
B=28.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841851090.5500.410.27134.8541.9152.75
Hex54B96D370291B872a35
Octal12427115567051332075265
Binary101010010111001110110111011101010011101110000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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