#5FB061

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

Shades of Fern #5FB061

Tints of Fern #5FB061

Color information

#5FB061 (or 0x5FB061) is unknown color: approx Fern. HEX triplet: 5F, B0 and 61. RGB value is (95,176,97). Sum of RGB (Red+Green+Blue) = 95+176+97=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB061 is #A04F9E. Grayscale: #8F8F8F. Windows color (decimal): -10506143 or 6402143. OLE color: 6402143.

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

Color convert

RGB9517697-
CMYK0.4600.450.31
HSL121.48º33.89%53.14%-
HSV(B)121.48º46.02%69.02%-
XYZ22.434.3516.76-
YUV142.77102.1693.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=25.82%
G=47.83%
B=26.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176970.4600.450.31121.4833.8953.14
Hex5FB0612E02D1F792235
Octal13726014156055371714265
Binary10111111011000011000011011100101101111111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,97); }

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

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

 a { background-color: rgb(95,176,97); }

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

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

 span { border-color: rgb(95,176,97); }

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