#5FB474

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

Shades of Fern #5FB474

Tints of Fern #5FB474

Color information

#5FB474 (or 0x5FB474) is unknown color: approx Fern. HEX triplet: 5F, B4 and 74. RGB value is (95,180,116). Sum of RGB (Red+Green+Blue) = 95+180+116=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB474 is #A04B8B. Grayscale: #939393. Windows color (decimal): -10505100 or 7648351. OLE color: 7648351.

HSL color Cylindrical-coordinate representation of color #5FB474: hue angle of 134.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB474 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB95180116-
CMYK0.4700.360.29
HSL134.82º36.17%53.92%-
HSV(B)134.82º47.22%70.59%-
XYZ24.1936.3422.26-
YUV147.29110.3490.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=24.30%
G=46.04%
B=29.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801160.4700.360.29134.8236.1753.92
Hex5FB4742F0241D872436
Octal13726416457044352074466
Binary101111110110100111010010111101001001110110000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,116); }

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

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

 a { background-color: rgb(95,180,116); }

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

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

 span { border-color: rgb(95,180,116); }

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