#5FAF5D

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

Shades of Fern #5FAF5D

Tints of Fern #5FAF5D

Color information

#5FAF5D (or 0x5FAF5D) is unknown color: approx Fern. HEX triplet: 5F, AF and 5D. RGB value is (95,175,93). Sum of RGB (Red+Green+Blue) = 95+175+93=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF5D is #A050A2. Grayscale: #8D8D8D. Windows color (decimal): -10506403 or 6139743. OLE color: 6139743.

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

Color convert

RGB9517593-
CMYK0.4600.470.31
HSL118.54º33.88%52.55%-
HSV(B)118.54º46.86%68.63%-
XYZ22.0333.8815.74-
YUV141.73100.594.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=26.17%
G=48.21%
B=25.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95175930.4600.470.31118.5433.8852.55
Hex5FAF5D2E02F1F772235
Octal13725713556057371674265
Binary10111111010111110111011011100101111111111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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