#5FAF63

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

Shades of Fern #5FAF63

Tints of Fern #5FAF63

Color information

#5FAF63 (or 0x5FAF63) is unknown color: approx Fern. HEX triplet: 5F, AF and 63. RGB value is (95,175,99). Sum of RGB (Red+Green+Blue) = 95+175+99=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF63 is #A0509C. Grayscale: #8E8E8E. Windows color (decimal): -10506397 or 6532959. OLE color: 6532959.

HSL color Cylindrical-coordinate representation of color #5FAF63: hue angle of 123º 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 #5FAF63 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB9517599-
CMYK0.4600.430.31
HSL123º33.33%52.94%-
HSV(B)123º45.71%68.63%-
XYZ22.333.9917.19-
YUV142.42103.594.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=25.75%
G=47.43%
B=26.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95175990.4600.430.3112333.3352.94
Hex5FAF632E02B1F7b2135
Octal13725714356053371734165
Binary10111111010111111000111011100101011111111111011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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