#5FAF77

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

Shades of Fern #5FAF77

Tints of Fern #5FAF77

Color information

#5FAF77 (or 0x5FAF77) is unknown color: approx Fern. HEX triplet: 5F, AF and 77. RGB value is (95,175,119). Sum of RGB (Red+Green+Blue) = 95+175+119=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF77 is #A05088. Grayscale: #909090. Windows color (decimal): -10506377 or 7843679. OLE color: 7843679.

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

Color convert

RGB95175119-
CMYK0.4600.320.31
HSL138º33.33%52.94%-
HSV(B)138º45.71%68.63%-
XYZ23.3834.4222.87-
YUV144.7113.592.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=24.42%
G=44.99%
B=30.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751190.4600.320.3113833.3352.94
Hex5FAF772E0201F8a2135
Octal13725716756040372124165
Binary101111110101111111011110111001000001111110001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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