#5FB164

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

Shades of Fern #5FB164

Tints of Fern #5FB164

Color information

#5FB164 (or 0x5FB164) is unknown color: approx Fern. HEX triplet: 5F, B1 and 64. RGB value is (95,177,100). Sum of RGB (Red+Green+Blue) = 95+177+100=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB164 is #A04E9B. Grayscale: #8F8F8F. Windows color (decimal): -10505884 or 6599007. OLE color: 6599007.

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

Color convert

RGB95177100-
CMYK0.4600.440.31
HSL123.66º34.45%53.33%-
HSV(B)123.66º46.33%69.41%-
XYZ22.7434.817.57-
YUV143.7103.3393.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=25.54%
G=47.58%
B=26.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771000.4600.440.31123.6634.4553.33
Hex5FB1642E02C1F7c2235
Octal13726114456054371744265
Binary10111111011000111001001011100101100111111111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,100); }

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

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

 a { background-color: rgb(95,177,100); }

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

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

 span { border-color: rgb(95,177,100); }

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