#54B064

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

Shades of Fern #54B064

Tints of Fern #54B064

Color information

#54B064 (or 0x54B064) is unknown color: approx Fern. HEX triplet: 54, B0 and 64. RGB value is (84,176,100). Sum of RGB (Red+Green+Blue) = 84+176+100=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #54B064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B064 is #AB4F9B. Grayscale: #8C8C8C. Windows color (decimal): -11227036 or 6598740. OLE color: 6598740.

HSL color Cylindrical-coordinate representation of color #54B064: hue angle of 130.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B064 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB84176100-
CMYK0.5200.430.31
HSL130.43º36.8%50.98%-
HSV(B)130.43º52.27%69.02%-
XYZ21.4833.8617.46-
YUV139.83105.5288.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=23.33%
G=48.89%
B=27.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761000.5200.430.31130.4336.850.98
Hex54B0643402B1F822533
Octal12426014464053372024563
Binary101010010110000110010011010001010111111110000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,100); }

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

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

 a { background-color: rgb(84,176,100); }

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

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

 span { border-color: rgb(84,176,100); }

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