#54C964

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

Shades of Fern #54C964

Tints of Fern #54C964

Color information

#54C964 (or 0x54C964) is unknown color: approx Fern. HEX triplet: 54, C9 and 64. RGB value is (84,201,100). Sum of RGB (Red+Green+Blue) = 84+201+100=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #54C964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C964 is #AB369B. Grayscale: #9A9A9A. Windows color (decimal): -11220636 or 6605140. OLE color: 6605140.

HSL color Cylindrical-coordinate representation of color #54C964: hue angle of 128.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C964 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB84201100-
CMYK0.5800.500.21
HSL128.21º52%55.88%-
HSV(B)128.21º58.21%78.82%-
XYZ26.8444.5819.25-
YUV154.597.2477.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=21.82%
G=52.21%
B=25.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842011000.5800.500.21128.215255.88
Hex54C9643A03215803438
Octal12431114472062252006470
Binary101010011001001110010011101001100101010110000000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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