#5FAF6E

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

Shades of Fern #5FAF6E

Tints of Fern #5FAF6E

Color information

#5FAF6E (or 0x5FAF6E) is unknown color: approx Fern. HEX triplet: 5F, AF and 6E. RGB value is (95,175,110). Sum of RGB (Red+Green+Blue) = 95+175+110=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF6E is #A05091. Grayscale: #8F8F8F. Windows color (decimal): -10506386 or 7253855. OLE color: 7253855.

HSL color Cylindrical-coordinate representation of color #5FAF6E: hue angle of 131.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF6E is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB95175110-
CMYK0.4600.370.31
HSL131.25º33.33%52.94%-
HSV(B)131.25º45.71%68.63%-
XYZ22.8634.2220.15-
YUV143.6710993.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=25%
G=46.05%
B=28.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751100.4600.370.31131.2533.3352.94
Hex5FAF6E2E0251F832135
Octal13725715656045372034165
Binary101111110101111110111010111001001011111110000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAF6E; }

 p { color: rgb(95,175,110); }

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

<style>
 a { background-color: #5FAF6E; }

 a { background-color: rgb(95,175,110); }

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

<style>
 span { border-color: #5FAF6E; }

 span { border-color: rgb(95,175,110); }

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