#54AF64

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

Shades of Fern #54AF64

Tints of Fern #54AF64

Color information

#54AF64 (or 0x54AF64) is unknown color: approx Fern. HEX triplet: 54, AF and 64. RGB value is (84,175,100). Sum of RGB (Red+Green+Blue) = 84+175+100=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF64 is #AB509B. Grayscale: #8B8B8B. Windows color (decimal): -11227292 or 6598484. OLE color: 6598484.

HSL color Cylindrical-coordinate representation of color #54AF64: hue angle of 130.55º degrees, saturation: 0.36, 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 #54AF64 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB84175100-
CMYK0.5200.430.31
HSL130.55º36.25%50.78%-
HSV(B)130.55º52%68.63%-
XYZ21.2933.4617.39-
YUV139.24105.8588.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=23.40%
G=48.75%
B=27.86%

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
Decimal841751000.5200.430.31130.5536.2550.78
Hex54AF643402B1F832433
Octal12425714464053372034463
Binary101010010101111110010011010001010111111110000011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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